stable

Clone or download

Read-only

feat: Export numeric and string field values

This is part of story #23469: export reports with linked artifact in xlsx format Numeric and string values are now exported in the generated XLSX. Columns width are not taken for now, you will have to manually expand them in the generated file if necessary. Change-Id: I8d7b447627e54d1c4e23590a54f56f8922de2636

Modified Files

Name
M plugins/document_generation/scripts/tracker-cross-report-action/src/Data/data-formator.test.ts +28 −8 Go to diff View file
M plugins/document_generation/scripts/tracker-cross-report-action/src/Data/data-formator.ts +57 −3 Go to diff View file
M plugins/document_generation/scripts/tracker-cross-report-action/src/Exporter/XLSX/download-xlsx.ts +32 −7 Go to diff View file