[go: up one dir, main page]

Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.52 KB

README.md

File metadata and controls

33 lines (24 loc) · 1.52 KB

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.