| Current Path : /var/www/html/encuestas.sumar.com.py/lib/openspout/src/Reader/ODS/ |
| Current File : /var/www/html/encuestas.sumar.com.py/lib/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;
}