DIR:/home/htlwork.com/www/dev/pricelow/vendor/openspout/openspout/src/Reader/ODS/ |
Current File : /home/htlwork.com/www/dev/pricelow/vendor/openspout/openspout/src/Reader/ODS/Options.php |
<?php declare(strict_types=1); namespace OpenSpout\Reader\ODS; final class Options { public bool $SHOULD_FORMAT_DATES = false; public bool $SHOULD_PRESERVE_EMPTY_ROWS = false; } |