mirror of
https://github.com/retailcrm/PHPExcel.git
synced 2025-02-11 12:19:22 +03:00
There is a bug for the var `$option`: Notice: Undefined variable: options in [...]/vendor/phpoffice/phpexcel/Classes/PHPExcel/Settings.php on line 384 This bug is fixed with `self::$_libXmlLoaderOptions == (LIBXML_DTDLOAD | LIBXML_DTDATTR)` instead of `$options == (LIBXML_DTDLOAD | LIBXML_DTDATTR)`