| 1 | <?php |
||
| 15 | class HelperFactory extends \Box\Spout\Common\Creator\HelperFactory |
||
| 16 | { |
||
| 17 | /** |
||
| 18 | * @param bool $shouldFormatDates Whether date/time values should be returned as PHP objects or be formatted as strings |
||
| 19 | * @return CellValueFormatter |
||
| 20 | */ |
||
| 21 | 28 | public function createCellValueFormatter($shouldFormatDates) |
|
| 26 | |||
| 27 | /** |
||
| 28 | * @return SettingsHelper |
||
| 29 | */ |
||
| 30 | 30 | public function createSettingsHelper() |
|
| 34 | |||
| 35 | /** |
||
| 36 | * @return \Box\Spout\Common\Helper\Escaper\ODS |
||
| 37 | */ |
||
| 38 | 30 | public function createStringsEscaper() |
|
| 43 | } |
||
| 44 |