Skip to content

v2.3.1

Compare
Choose a tag to compare
@jlevers jlevers released this 26 Jun 21:04
· 818 commits to main since this release

Fixed

  • When downloading documents with content type ContentType::XLSX, use PhpOffice\PhpSpreadsheet\IOFactory to load document data instead of PhpOffice\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.