stable

Clone or download

Read-only

chore: Extract common fit* methods in the XLSX shared lib

This is part of story #23469: export reports with linked artifact in xlsx format No functional change expected here. Change-Id: I3641f83765eefa4e6f58b04cd267539b6aec054c

Modified Files

Name
M plugins/document_generation/scripts/lib/xlsx/package.json +3 −0 Go to diff View file
A plugins/document_generation/scripts/lib/xlsx/pnpm-lock.yaml +84 −0 Go to diff View file
A plugins/document_generation/scripts/lib/xlsx/src/build-xlsx.ts +60 −0 Go to diff View file
M plugins/document_generation/scripts/lib/xlsx/src/index.ts +2 −0 Go to diff View file
A plugins/document_generation/scripts/lib/xlsx/src/type.ts +26 −0 Go to diff View file
M plugins/document_generation/scripts/tracker-cross-report-action/src/Exporter/XLSX/download-xlsx.ts +8 −53 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/ExportAsSpreadsheet/Exporter/XLSX/transform-report-to-xlsx-sheet.ts +3 −46 Go to diff View file