py-xlsx
py-xlsx copied to clipboard
Return all rows, including empty rows while iterating.
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.