stable

Clone or download

Read-only

chore: introduce cells formatted data

This is part of story #23469: export reports with linked artifact in xlsx format This first commit introduces the cell formatted data. Only header with fieldname is taken into account. Old useless rows like report_id and artifact_ids are no more exported. Change-Id: I2b41d087b38a3d567d1f02e7eb028e13d906e68c

Modified Files

Name
A plugins/document_generation/scripts/tracker-cross-report-action/src/Data/data-formator.test.ts +88 −0 Go to diff View file
A plugins/document_generation/scripts/tracker-cross-report-action/src/Data/data-formator.ts +56 −0 Go to diff View file
M plugins/document_generation/scripts/tracker-cross-report-action/src/Exporter/XLSX/download-xlsx.ts +21 −18 Go to diff View file
M plugins/document_generation/scripts/tracker-cross-report-action/src/export-document.test.ts +6 −51 Go to diff View file
M plugins/document_generation/scripts/tracker-cross-report-action/src/export-document.ts +6 −23 Go to diff View file
M plugins/document_generation/scripts/tracker-cross-report-action/src/type.ts +0 −4 Go to diff View file