Skip to content

Commit

Permalink
checkout net row
Browse files Browse the repository at this point in the history
  • Loading branch information
viest committed Jun 16, 2020
1 parent d20e1a1 commit 175738e
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 175738e

Please sign in to comment.