From c61cee88f3f04a49b2e34c9a625de863ae79ce2a Mon Sep 17 00:00:00 2001 From: tfussell Date: Mon, 19 May 2014 17:37:00 -0400 Subject: [PATCH] Show how to include xlnt --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 67a7470b..090647b9 100644 --- a/README.md +++ b/README.md @@ -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 +``` + Create a new spreadsheet ```c++ xlnt::workbook wb;