Skip to content

Commit 175738e

Browse files
committed
checkout net row
1 parent d20e1a1 commit 175738e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/excel.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ PHP_METHOD(vtiful_xls, checkoutSheet)
373373
return;
374374
}
375375

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

378378
SHEET_LINE_SET(obj, line);
379379

0 commit comments

Comments
 (0)