stable
Clone or download
Read-only
This is part of story #23469: export reports with linked artifact in xlsx format Text field values (either in HTML or in plaintext) are now exported in the XLSX. Some escaping is done for HTML content. Rows heights are modified to fit the multilines content that can comes from HTML or plaintext content. Change-Id: If3c2057fcf3e1e99eefde66e81a2ace1b130f1a1
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/document_generation/scripts/tracker-cross-report-action/src/Data/data-formator.ts | +7 | −1 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-cross-report-action/src/Data/transform-field-value-into-formatted-cell.test.ts | +27 | −4 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-cross-report-action/src/Data/transform-field-value-into-formatted-cell.ts | +7 | −1 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-cross-report-action/src/Exporter/XLSX/download-xlsx.ts | +59 | −15 | Go to diff View file |