mirror of
https://github.com/jiiihpeeh/xlsxio-nim
synced 2026-01-14 20:21:43 +00:00
No description
| src | ||
| .gitattributes | ||
| LICENSE | ||
| README.md | ||
| xlsxio.nimble | ||
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.