Skip to content

Alexhuszagh/libxlsxwriterpp

Repository files navigation

libxlsxwriter++

C++ bindings for jmcnamara's excellent libxlsxwriter library.

Build Status Build Status Build status Coverity Scan Build Status Codacy Badge GitHub License

Table of Contents

Building

Simply clone, configure with CMake, and build.

git clone https://github.com/Alexhuszagh/libxlsxwriterpp.git
cd libxlsxwriterpp
git submodule update --init --recursive
cd build
cmake .. -DBUILD_TESTS=ON
make -j 5                       # "msbuild libxlsxwriter++.sln" for MSVC

License

FreeBSD, see license.

About

C++ bindings for libxlsxwriter.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published