xlsxio
This is a xlsxio wrapper done Nim in mind.
Wraps a native library — check OS Compatibility below for platform-specific linking notes.
Summary
| Latest Version | Unknown |
|---|---|
| License | MIT |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-07-21 05:25 |
Tags
Installation
nimble install xlsxio
choosenim install xlsxio
git clone https://github.com/jiiihpeeh/xlsxio-nim
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| xlsxio | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Source
| Repository | https://github.com/jiiihpeeh/xlsxio-nim |
|---|---|
| Homepage | https://github.com/jiiihpeeh/xlsxio-nim |
| Registry Source | nimble_official |
README
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.