C++ bindings for jmcnamara's excellent libxlsxwriter library.
Table of Contents
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
FreeBSD, see license.