SimpleXlsxWriter Wiki
C++ library for creating XLSX files for MS Excel 2007 and above.
Brought to you by:
oxod,
programmeralex
Here goes some examples of using the XLSX writer
~~~~~~
#include <iostream>
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
Last edit: Pavel Akimov 2013-04-13
Here an example of chartsheets` generation
Last edit: Pavel Akimov 2012-09-02
Here an example of datasheets` generation
Example of using numerics styles
The latest examples are included in the source code archive::
https://sourceforge.net/projects/simplexlsx/files/latest/download