mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
Update sample1 after recent changes
This commit is contained in:
parent
dca37acce0
commit
ef765c05aa
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user