xlsx icon indicating copy to clipboard operation
xlsx copied to clipboard

Parse excel written in Nim.

Results 7 xlsx issues
Sort by recently updated
recently updated
newest added

This is a great library. Thanks fro developing it. However I tried to use it with the JS backend, and it does work because of the zip dependency, right? What...

`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...

I was trying to parse this [sheet](https://github.com/ringabout/xlsx/files/12371000/milionaria.xlsx), but the package currently doesn't support this edge case, because in the sheet1.xml file there are namespaces in the tags, as well as...

Creating an excel file on google sheets, downloading it as an xlsx file, and running parseExcel does not work. The linked file does read the sheet name, but none of...