stable

Clone or download

Read-only

feat: Add column filter in generated XLSX document

This is part of story #23469: export reports with linked artifact in xlsx format Artifact columns can now be filtered in the generated XLSX document. The autofilter generation done by sheetjs does not work with LibreOffice [1][2] [1] https://bugs.documentfoundation.org/show_bug.cgi?id=118592 [2] https://github.com/SheetJS/sheetjs/issues/1165 Change-Id: Iecce314804d910651df4a6d81d93068f7897a5d5

Modified Files

Name
A plugins/document_generation/scripts/tracker-cross-report-action/src/Exporter/XLSX/autofilter-generator.test.ts +95 −0 Go to diff View file
A plugins/document_generation/scripts/tracker-cross-report-action/src/Exporter/XLSX/autofilter-generator.ts +55 −0 Go to diff View file
M plugins/document_generation/scripts/tracker-cross-report-action/src/Exporter/XLSX/download-xlsx.ts +2 −0 Go to diff View file