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()13e2621
Update to v1.2.0. Remove man pagese571a46
xlnt: update to 1.1.026516fe
vcpkg_configure_cmake (and _meson) now embed debug symbols within static libs (/Z7)9375232
download zip from github instead of cloning via git4921636
remove submodule initialization and bump git revisionfb5e8b9
separate dependencies with commasaedbef1
use Build-Depends instead of Depends in CONTROL23ab2a0
bump xlnt version, add dependencies to control file, point at latest commite02e856
bump git revision to latest937c246
initial commit of xlnt port