We aggregate information from all open source repositories to provide the most of useful open source products, from Enterprise product to small libraries across all platforms. Please search and find what you want.

XLSX I/O

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

XLSX I/O aims to provide a C library for reading and writing .xlsx files.
The .xlsx file format is the native format used by Microsoft(R) Excel(TM) since version 2007.

The library was written with the following goals in mind:
– primary focus on data values organized in tables, on not layout or graphics
– written in standard C, but allows being used by C++
– simple interface
– small footprint
– portable across different platforms (Windows, *nix)
– minimal dependancies: only depends on expat (only for reading) and libzip (which in turn depends on zlib)
– separate library for reading and writing .xlsx files

Also includes command line tools to convert between .xslx and CSV files.

Cloudbased voice solutions are common in enterprise networks and frustrating for operations teams to manage. Simplify VoIP monitoring by having a proactive analysis of on-prem, hybrid and UCaaS voice services. Try the ThousandEyes VoIP monitoring solution today, free.

Website https://brechtsanders.github.io/xlsxio/
Tags
License
Features