xlsxio

C library for reading and writing Excel .xlsx files

brewmacoslinux
Try with needOr install directly
Source

About

C library for reading values from and writing values to .xlsx files

Examples

read data from an Excel spreadsheet$ Example: Use xlsxio_read from C code to extract cell values from .xlsx files
write data to an Excel file$ Example: Use xlsxio_write from C code to create or modify .xlsx spreadsheets
parse Excel files in a C program$ Example: #include <xlsxio_read.h> then call xlsxioread_open() in your C code
export spreadsheet data from a C application$ Example: Use xlsxio_write_* functions to generate Excel files programmatically
process xlsx files without external dependencies$ Example: Link against libxlsxio.a or libxlsxio.so in your C/C++ project