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;