Fixing up formatting

Fixing indent
pull/146/head
Timothy McCallum 2017-05-02 21:32:16 +10:00 committed by GitHub
parent e122494495
commit 356c851dfd
1 changed files with 2 additions and 2 deletions

View File

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