Skip to content

Commit

Permalink
Merge pull request #273 from viest/dev
Browse files Browse the repository at this point in the history
checkout next row
  • Loading branch information
viest committed Jun 17, 2020
2 parents b5445a7 + 175738e commit 7fbe9c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/excel.c
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ PHP_METHOD(vtiful_xls, checkoutSheet)
return;
}

line = sheet_t->table->cached_row_num;
line = sheet_t->table->cached_row_num + 1;

SHEET_LINE_SET(obj, line);

Expand Down

0 comments on commit 7fbe9c6

Please sign in to comment.