py-xlsx icon indicating copy to clipboard operation
py-xlsx copied to clipboard

Return all rows, including empty rows while iterating.

Open pkenjora opened this issue 8 months ago • 0 comments

Rows not in JSON are just empty rows, return them to align row counts correctly with other tools. Empty rows are not stored to save space, this patch returns an empty row when the row number skips empty rows.

This is critical when coding offsets, skipped rows make it difficult to use other tools to inspect the sheets and then code the offsets based on actual row numbers.

pkenjora avatar Apr 24 '25 23:04 pkenjora