needed-libraries icon indicating copy to clipboard operation
needed-libraries copied to clipboard

Excel XLSX Read/Write

Open alehander92 opened this issue 7 years ago • 6 comments

(From Nim community survey 2017)

alehander92 avatar Nov 16 '17 09:11 alehander92

https://github.com/KeepCoolWithCoolidge/nimlibxlsxwriter

genotrance avatar Jun 11 '18 03:06 genotrance

We do also have https://github.com/xflywind/xlsx, which works really good for parsing XLSX files.

ThomasTJdev avatar Jun 01 '20 04:06 ThomasTJdev

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

retsyo avatar Dec 30 '21 10:12 retsyo

some off-topic, there is a pure C code which can read XLS file: https://github.com/libxls/libxls

retsyo avatar Dec 30 '21 13:12 retsyo

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

retsyo avatar Jan 01 '22 08:01 retsyo

see a new wrapper: https://github.com/jiiihpeeh/xlsxio-nim

ringabout avatar Jan 06 '22 15:01 ringabout