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

Excel reader

Open alehander92 opened this issue 7 years ago • 8 comments

(From Nim community survey 2017)

alehander92 avatar Nov 16 '17 09:11 alehander92

How is this different from #15?

genotrance avatar Jun 11 '18 03:06 genotrance

That's true, I'll close this one

alehander92 avatar Jun 11 '18 06:06 alehander92

Recommend reopening one of them, as the solution in #15 only supports WRITING, not READING.

gdw2 avatar Sep 23 '18 05:09 gdw2

https://github.com/xflywind/xlsx

ringabout avatar Dec 29 '19 23:12 ringabout

Now we just need read and write in the same library?

mratsim avatar Jan 01 '20 16:01 mratsim

2 pure C libs can read XLS file:

https://github.com/libxls/libxls

https://www.gaia-gis.it/fossil/freexl/index

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