bseddon / php-pivottables-4-excel-lite

Adds limited Excel pivot table functionality to PHPOffice/PHPSpreadsheet
GNU Lesser General Public License v3.0
16 stars 12 forks source link

PhpSpreadsheet is not using securityScan method anymore #2

Closed BlackWiCKED closed 3 years ago

BlackWiCKED commented 3 years ago

Using the latest dev-master of this library. I get the following error when overriding the Xlsx reader library:

Attempted to call an undefined method named "securityScan" of class "lyquidity\xbrl_validate\PhpOffice\PhpSpreadsheet\Reader\Xlsx".

PhpSpreadsheet version 1.15.0 does not have this method anymore. They are using $this->securityScanner->scan() now.

bseddon commented 3 years ago

Thanks for the report. I'll take a look a fix it,

bseddon commented 3 years ago

Thanks again. I've updated XlsxReader to use the XmlScanner.