macOS
brew install xlsxiolocal Homebrew formula metadata
brew / rank 5997
C library for reading values from and writing values to .xlsx files. Version 0.2.36 via Homebrew; verified from local package data.
install
brew install xlsxiolocal Homebrew formula metadata
overview
C library for reading values from and writing values to .xlsx files
history
XLSX I/O is a portable C library and small CLI-tool suite for reading and writing Microsoft Excel .xlsx files without requiring Excel. Its niche is deliberately narrower than full spreadsheet automation: stream tabular worksheet data in and out of the zipped XML-based .xlsx format.
The GitHub repository was created on 2016-03-04 by Brecht Sanders. The README describes the project goals as standard C with C++ usability, a simple interface, small footprint, portability across Windows and Unix-like systems, and a deliberately small support stack.
The project separated read and write libraries early: libxlsxio_read for reading worksheet data and libxlsxio_write for generating simple data-table .xlsx files. The README is explicit about the tradeoff: it processes values and table-like data, while ignoring or not supporting richer spreadsheet features such as formulas, layout, charts, graphics, and multiple worksheets for writing.
The changelog shows a pragmatic maintenance history around build portability and edge cases: Windows and MSVC fixes, MinGW import-library support, CMake and pkg-config generation, minizip-ng support, hidden-row handling, sheet-name crashes, and memory-safety fixes from user reports and pull requests.
Adoption followed the library's narrow C API and included command-line converters. The README documents xlsxio_xlsx2csv for turning sheets into CSV files and xlsxio_csv2xlsx for creating .xlsx files from CSV, making the package useful both as a linkable library and as a shell-friendly converter.
The project also gained ecosystem paths beyond a source checkout: the README documents Conan installation, and the changelog records work to install pkg-config and CMake package files so downstream builds can discover the library more naturally.
Common library use opens an .xlsx workbook, iterates sheets, rows, and cells, and frees returned cell values through the xlsxio API. For writing, callers create a workbook, add columns, stream rows and cells, and close the writer without buffering the whole file in memory.
The CLI tools are useful when a workflow needs spreadsheet interchange but not spreadsheet semantics: converting bulk tabular .xlsx data to CSV for scripts, or emitting a simple .xlsx file from CSV for users who expect Excel-compatible output.
XLSX I/O matters to package nerds because it is a compact answer to a common packaging pain: many tools need .xlsx interchange, but embedding a large office stack is unreasonable. This package exposes just enough Open Packaging Convention / XML spreadsheet handling to be useful in C programs and command-line pipelines.
Its history is also a nice example of small-library maintenance driven by build-system interoperability: Makefile, CMake, pkg-config, and Windows import libraries all matter as much as the file-format parser.
security posture
library-like package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
xlsxio_csv2xlsx | executable | indexed executable | Discovered from the local executable index. |
xlsxio_xlsx2csv | executable | indexed executable | Discovered from the local executable index. |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
install metadata
| Package key | brew:xlsxio |
|---|---|
| Version | 0.2.36 |
| Package manager | Homebrew |
| Homepage | https://github.com/brechtsanders/xlsxio |
| Repository | https://github.com/brechtsanders/xlsxio |
| Bottle | not recorded |
| Service | none declared |
source trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.