mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
Fixing up formatting
Fixing indent
This commit is contained in:
parent
e122494495
commit
356c851dfd
|
@ -11,8 +11,8 @@ using namespace xlnt;
|
|||
|
||||
int main()
|
||||
{
|
||||
workbook wb;
|
||||
wb.load("/home/timothymccallum/test.xlsx");
|
||||
workbook wb;
|
||||
wb.load("/home/timothymccallum/test.xlsx");
|
||||
auto ws = wb.active_sheet();
|
||||
clog << "Processing spread sheet" << endl;
|
||||
for (auto row : ws.rows(false))
|
||||
|
|
Loading…
Reference in New Issue
Block a user