Update sample1 after recent changes

This commit is contained in:
Adam Nielsen 2015-10-26 18:37:04 +10:00
parent dca37acce0
commit ef765c05aa

View File

@ -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.