Registry / serialization / libxlsxwriter

libxlsxwriter

JSON →
library1.2.4vcpkgunverified

A C library for creating Excel XLSX files with text, numbers, formulas, and hyperlinks.

vcpkg install libxlsxwriter
INSTALL
IMPORT
SIG · LIBXLSXWRITER
L
libxlsxwriter
serializationcppv1.2.4
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.

xlsxwriter.h
#include <xlsxwriter.h>

Create a simple Excel file with a greeting.

#include "xlsxwriter.h" int main() { lxw_workbook *workbook = workbook_new("test.xlsx"); lxw_worksheet *worksheet = workbook_add_worksheet(workbook, NULL); worksheet_write_string(worksheet, 0, 0, "Hello", NULL); workbook_close(workbook); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.4latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

libxlsxwriter — pip install libxlsxwriter · libregistry