Merge pull request #16 from Malvineous/master

thanks
This commit is contained in:
Thomas Fussell 2015-10-26 11:58:35 -04:00
commit f6537c406a

View File

@ -9,7 +9,7 @@
int main() int main()
{ {
// Create a new workbook by reading sample1.xlsx in the current directory. // 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. // The workbook class has begin and end methods so it can be iterated upon.
// Each item is a sheet in the workbook. // Each item is a sheet in the workbook.