tfussell / xlnt

:bar_chart: Cross-platform user-friendly xlsx library for C++11+
Other
1.47k stars 409 forks source link

namespace xlnt has no member workbook #623

Open srokachris opened 2 years ago

srokachris commented 2 years ago

I am using xlnt for C++ in Visual Studio 2017. I have installed xlnt using vcpkg and included the following line:

#include <xlnt/xlnt.hpp>

When I type the following:

xlnt::workbook wb; 

I get an error that "namespace xlnt has no member workbook". What am I missing?