v2.3.1
Fixed
- When downloading documents with content type
ContentType::XLSX
, usePhpOffice\PhpSpreadsheet\IOFactory
to load document data instead ofPhpOffice\PhpSpreadsheet\Reader\Xlsx
. This allows parsing of document files that aren't correctly formatted as.xlsx
. There is at least one supposedly XLSX report (FEE_DISCOUNTS_REPORT
) that isn't properly formatted.