stable

Clone or download

Read-only

chore: generate XLSX document is now done in its own file

This is part of story #23469 export reports with linked artifact in xlsx format The download function is injected in the export so that we inject this dependency and we only have SheetJS imports in the dedicated download files. Change-Id: I868b0d33dc149a92962ba47e97b25e34f5ba1614

Modified Files

Name
A plugins/document_generation/scripts/tracker-cross-report-action/src/Exporter/XLSX/download-xlsx.ts +34 −0 Go to diff View file
A plugins/document_generation/scripts/tracker-cross-report-action/src/export-document.test.ts +31 −0 Go to diff View file
A plugins/document_generation/scripts/tracker-cross-report-action/src/export-document.ts +27 −0 Go to diff View file
M plugins/document_generation/scripts/tracker-cross-report-action/src/index.ts +3 −7 Go to diff View file