See Release Notes
[Summary view]
1 <?php 2 3 declare(strict_types=1); 4 5 namespace OpenSpout\Reader\ODS; 6 7 final class Options 8 { 9 public bool $SHOULD_FORMAT_DATES = false; 10 public bool $SHOULD_PRESERVE_EMPTY_ROWS = false; 11 }
title
Description
Body