xlsxio

This is a xlsxio wrapper done Nim in mind.

Wrapper score 15/100 · tests present · no docs generated

Wraps a native library — check OS Compatibility below for platform-specific linking notes.

Summary

Latest Version 0.1.1
License MIT
CI Status Failing
Downloads 0
Last Indexed 2026-09-02 07:20

Authors

  • juujaa

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 - - - - - - -

Dependencies

Package Version Optional
nim >= 1.6.0 No

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.