xlsx icon indicating copy to clipboard operation
xlsx copied to clipboard

fixing `parseRowData()` to break loop after end of row and `parseSheet()` to end parsing after end of sheetData

Open rockcavera opened this issue 10 months ago • 0 comments

parseRowData() before this PR, the inner loop would not return to the scope of parseSheet() until xmlEof. In my view this was a mistake and will also facilitate what I intend to implement.

parseSheet() now ends parsing after end of sheetData

rockcavera avatar Aug 17 '23 18:08 rockcavera