Registry / serialization / openxlsx

openxlsx

JSON →
library2025-07-14vcpkgunverified

OpenXLSX is a C++ library for reading, writing, creating and modifying Microsoft Excel® files, with the .xlsx format.

vcpkg install openxlsx
INSTALL
IMPORT
SIG · OPENXLSX
O
openxlsx
serializationcppv2025-07-14
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.

OpenXLSX/OpenXLSX.hpp
#include <OpenXLSX/OpenXLSX.hpp>

Create an Excel file and write to a cell

#include <OpenXLSX/OpenXLSX.hpp> #include <iostream> int main() { using namespace OpenXLSX; XLDocument doc; doc.create("test.xlsx"); auto ws = doc.workbook().worksheet("Sheet1"); ws.cell("A1").value() = "Hello"; doc.save(); std::cout << "Created test.xlsx" << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2025-07-14latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources

No resource links recorded.

openxlsx — pip install openxlsx · libregistry