needed-libraries
needed-libraries copied to clipboard
Excel XLSX Read/Write
(From Nim community survey 2017)
https://github.com/KeepCoolWithCoolidge/nimlibxlsxwriter
We do also have https://github.com/xflywind/xlsx, which works really good for parsing XLSX files.
commercial http://libxl.com/ seems to be a nice solution to read and write xls/xlsx files
if you like, you can have a look at what I have did to make a complete binding
some off-topic, there is a pure C code which can read XLS file: https://github.com/libxls/libxls
on Windows 8+, you can use NPOI + winim to read and write both XLS and XLSX without Ms office installation
please check https://forum.nim-lang.org/t/8758
see a new wrapper: https://github.com/jiiihpeeh/xlsxio-nim