Registry / other / freexl

freexl

JSON →
library2.0.0vcpkgunverified

FreeXL is an open source library to extract valid data from within an Excel (.xls) spreadsheet.

vcpkg install freexl
INSTALL
IMPORT
SIG · FREEXL
F
freexl
othercppv2.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

freexl.h
#include <freexl.h>

Open an Excel file and read a cell value.

#include <freexl.h> #include <stdio.h> int main() { FreeXL_Cell cell; if (freexl_open("test.xls") == 0) { freexl_get_cell_value(1, 1, &cell); printf("Cell value: %s\n", cell.text); freexl_close(); } return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

freexl — pip install freexl · libregistry