stable

Clone or download

Read-only

feat: Deal with cell max length of 32767 characters

This is part of story #23469: export reports with linked artifact in xlsx format If a text content has more than 32767 characters, an error will be thrown and the content cannot be generated. To avoid thatn we truncate the content to be sure to have at most 32767 characters. Change-Id: Iad912168954127771fb774344a0a52a3a839fa94

Modified Files

Name
M plugins/document_generation/scripts/lib/xlsx/src/transform-report-cell-to-sheet-cell.ts +10 −1 Go to diff View file