libxls

C/C++ library for reading binary Excel (.xls) files

brewmacoslinux
Try with needOr install directly
Source

About

Read binary Excel files from C/C++

Commands

libxls

Examples

Link libxls library to C/C++ project during compilation$ gcc -o myprogram myprogram.c -lxls
Check installed libxls version and location$ pkg-config --modversion libxls
Get compiler and linker flags for libxls integration$ pkg-config --cflags --libs libxls