From ef765c05aa985e3eebfe1ad0af9134918a10034b Mon Sep 17 00:00:00 2001 From: Adam Nielsen Date: Mon, 26 Oct 2015 18:37:04 +1000 Subject: [PATCH] Update sample1 after recent changes --- samples/sample1.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/sample1.cpp b/samples/sample1.cpp index c715775e..1e8286aa 100644 --- a/samples/sample1.cpp +++ b/samples/sample1.cpp @@ -9,7 +9,7 @@ int main() { // Create a new workbook by reading sample1.xlsx in the current directory. - auto wb = xlnt::reader::load_workbook("sample1.xlsx"); + auto wb = xlnt::excel_reader::load_workbook("sample1.xlsx"); // The workbook class has begin and end methods so it can be iterated upon. // Each item is a sheet in the workbook.