Skip to content

Commit 7fbe9c6

Browse files
authored
Merge pull request #273 from viest/dev
checkout next row
2 parents b5445a7 + 175738e commit 7fbe9c6

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)