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
Documentclass now supports XLSX documents, like those produced by callingcreateReportwith report typeRFQD_BULK_DOWNLOAD.Document::getData()will return aphpoffice/phpspreadsheetSpreadsheetobject whenDocumentis given content typeContentType::XLSX.