Closed jpmckinney closed 1 year ago
@jpmckinney how about for too large xlsx cells to truncate to 32,767 a and warning.
I do not think it should be an option if xlsx can not support it.
Truncating a cell is also fine with me!
@jpmckinney this is done in v0.17.1. It truncates and shows a warning for each cell that is larger than 32,767
Thanks!
Excel has a limit of 32,767 characters per cell.
Some OCDS data is longer than that (34k characters) (see this
/planning/milestones/0/description
).Ideally, there would be an option to skip such cells (preferably with a warning output).
In terms of behavior, I'm fine with any of the following being skipped: the single cell only, the entire row in the XLSX sheet, or the entire object from the source JSON across all sheets – whatever is easiest to implement.