xlnt v1.6.1
- Created
- Updated
Cross-platform user-friendly xlsx (Microsoft Excel®) library for C++11 (and above)
# Usage
xlnt provides CMake targets:
find_package(Xlnt CONFIG REQUIRED)
target_link_libraries(main PRIVATE xlnt::xlnt) xlnt provides pkg-config modules:
# cross-platform user-friendly xlsx library for C++11
xlnt # License
MIT AND BSD-3-Clause AND BSD-2-Clause
# Supported Platforms
All platforms are supported
# Features
No features defined.
# Dependencies
No transitive dependencies.
# Host Dependencies
No transitive dependencies.
# Dependents
No dependents.
# Host Dependents
No dependents.
# Contributors
Thomas Fussell
Alexander Karatarakis
Steve Jemens
Asterios Dimitriou
pravic
Phoebe
cnbatch
Jack·Boos·Yu
Hongxu Xu
Rodion Malinovsky
nicole mazzuca
autoantwort
Mengna Li
m7913d
# Changelog
and 13 more commits:
ff2c74d[xlnt] update to v1.3.016e7beb[xlnt] Use vcpkg_from_github()13e2621Update to v1.2.0. Remove man pagese571a46xlnt: update to 1.1.026516fevcpkg_configure_cmake (and _meson) now embed debug symbols within static libs (/Z7)9375232download zip from github instead of cloning via git4921636remove submodule initialization and bump git revisionfb5e8b9separate dependencies with commasaedbef1use Build-Depends instead of Depends in CONTROL23ab2a0bump xlnt version, add dependencies to control file, point at latest commite02e856bump git revision to latest937c246initial commit of xlnt port