%PDF- %PDF-
Direktori : /var/www/html/o91-api/vendor/phpoffice/phpspreadsheet/samples/Basic/ |
Current File : /var/www/html/o91-api/vendor/phpoffice/phpspreadsheet/samples/Basic/27_Images_Xls.php |
<?php use PhpOffice\PhpSpreadsheet\IOFactory; require __DIR__ . '/../Header.php'; // Read from Xls (.xls) template $helper->log('Load Xlsx template file'); $reader = IOFactory::createReader('Xls'); $spreadsheet = $reader->load(__DIR__ . '/../templates/27template.xls'); // Save $helper->write($spreadsheet, __FILE__);