No description
Find a file
2022-01-06 17:00:07 +02:00
src Initial commit 2022-01-06 12:20:36 +02:00
.gitattributes Update .gitattributes 2022-01-06 17:00:07 +02:00
LICENSE Initial commit 2022-01-05 16:04:19 +02:00
README.md Initial commit 2022-01-06 11:12:18 +02:00
xlsxio.nimble Initial commit 2022-01-06 14:33:19 +02:00

This is a xlsxio wrapper for Nim. It is meant for lighweight/speedy xlsx reading and writing. Not everything is tested (in memory reading for instance). Basic reading should work.

TODO: Documentation and testing.

nimble install https://gitlab.com/jiiihpeeh/xlsxio-nim/

Documentation https://gl.githack.com/jiiihpeeh/xlsxio-nim/-/raw/main/src/htmldocs/xlsxio.html

NOTE: You should have xlsxio_write and xlsxio_read installed in your system in a way nim can infer their locations (either by path or cli switches). This wrapper won't compile without them.