Show how to include xlnt

This commit is contained in:
tfussell 2014-05-19 17:37:00 -04:00
parent 7cd752613a
commit c61cee88f3

View File

@ -7,6 +7,11 @@ xlnt is a c++ library that reads and write XLSX files. The API is roughly based
Usage
----
Using xlnt in your project
```c++
#include <xlnt.h>
```
Create a new spreadsheet
```c++
xlnt::workbook wb;