%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/html/o91-api/vendor/phpoffice/phpspreadsheet/samples/Basic/
Upload File :
Create Path :
Current File : /var/www/html/o91-api/vendor/phpoffice/phpspreadsheet/samples/Basic/46_ReadHtml.php

<?php

// Turn off error reporting
error_reporting(0);

use PhpOffice\PhpSpreadsheet\IOFactory;

require __DIR__ . '/../Header.php';

$html = __DIR__ . '/../templates/46readHtml.html';
$callStartTime = microtime(true);

$objReader = IOFactory::createReader('Html');
$objPHPExcel = $objReader->load($html);

$helper->logRead('Html', $html, $callStartTime);

// Save
$helper->write($objPHPExcel, __FILE__);

Zerion Mini Shell 1.0