C library for reading and writing Excel .xlsx files
C library for reading values from and writing values to .xlsx files
$ Example: Use xlsxio_read from C code to extract cell values from .xlsx files$ Example: Use xlsxio_write from C code to create or modify .xlsx spreadsheets$ Example: #include <xlsxio_read.h> then call xlsxioread_open() in your C code$ Example: Use xlsxio_write_* functions to generate Excel files programmatically$ Example: Link against libxlsxio.a or libxlsxio.so in your C/C++ project