Registry / serialization / xlnt
library1.6.1vcpkgunverified

Cross-platform user-friendly xlsx (Microsoft Excel®) library for C++11 (and above).

vcpkg install xlnt
INSTALL
IMPORT
SIG · XLNT
X
xlnt
serializationcppv1.6.1
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.

xlnt/xlnt.hpp
#include <xlnt/xlnt.hpp>

Create a workbook, write to a cell, and save as xlsx.

#include <xlnt/xlnt.hpp> #include <iostream> int main() { xlnt::workbook wb; auto ws = wb.active_sheet(); ws.cell("A1").value("Hello, World!"); wb.save("example.xlsx"); std::cout << "Workbook saved\n"; return 0; }
Debug
Known issues
gotchaxlnt requires linking with libzip and liblzma; ensure they are installed.
fix
Install libzip and liblzma via vcpkg or system package manager.
affects: *
Upgrade
Version history
1.6.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
10
Amazon
1
OpenAI (training)
1
Resources

No resource links recorded.

xlnt — pip install xlnt · libregistry