ringabout / xlsx

Parse excel written in Nim.
MIT License
61 stars 12 forks source link

parseExcel does not work on google sheets file #21

Open lilkeet opened 1 year ago

lilkeet commented 1 year ago

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 the actual data is read properly. No error is thrown. echo'ing the sheet shows that it reads it as two plusses (+'s) and a space.

This is on nim v1.6.10, ubuntu.

hehe.xlsx

bsljth commented 1 month ago

Any idea how this can be fixed? I can give it a shot, if someone tells me what the issue is and what needs to be done to fix it.

lilkeet commented 3 weeks ago

See issue #23. A road plan is laid out there.