mirror of
https://github.com/retailcrm/PHPExcel.git
synced 2025-02-11 12:19:22 +03:00
DOMDocument not domDocument
This commit is contained in:
parent
87be8d3d8e
commit
9065cab60c
@ -422,7 +422,7 @@ class PHPExcel_Reader_HTML extends PHPExcel_Reader_Abstract implements PHPExcel_
|
|||||||
$objPHPExcel->setActiveSheetIndex( $this->_sheetIndex );
|
$objPHPExcel->setActiveSheetIndex( $this->_sheetIndex );
|
||||||
|
|
||||||
// Create a new DOM object
|
// Create a new DOM object
|
||||||
$dom = new domDocument;
|
$dom = new DOMDocument;
|
||||||
// Reload the HTML file into the DOM object
|
// Reload the HTML file into the DOM object
|
||||||
$loaded = $dom->loadHTMLFile($pFilename, PHPExcel_Settings::getLibXmlLoaderOptions());
|
$loaded = $dom->loadHTMLFile($pFilename, PHPExcel_Settings::getLibXmlLoaderOptions());
|
||||||
if ($loaded === FALSE) {
|
if ($loaded === FALSE) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user