%PDF- %PDF-
Direktori : /var/www/html/hrsys/api/vendor/phpoffice/phpspreadsheet/samples/Basic/ |
Current File : /var/www/html/hrsys/api/vendor/phpoffice/phpspreadsheet/samples/Basic/20_Read_Ods.php |
<?php use PhpOffice\PhpSpreadsheet\IOFactory; require __DIR__ . '/../Header.php'; $filename = __DIR__ . '/../templates/OOCalcTest.ods'; $callStartTime = microtime(true); $spreadsheet = IOFactory::load($filename); $helper->logRead('Ods', $filename, $callStartTime); // Save $helper->write($spreadsheet, __FILE__);