Changed
- Content types should now be passed by using one of the constants in
lib/ContentType.php
, such asContentType::XML
. This change is backwards compatible.
Added
- The
Document
class now supports XLSX documents, like those produced by callingcreateReport
with report typeRFQD_BULK_DOWNLOAD
.Document::getData()
will return aphpoffice/phpspreadsheet
Spreadsheet
object whenDocument
is given content typeContentType::XLSX
.