Browse Source

checkout net row

viest 4 years ago
parent
commit
175738eec0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      kernel/excel.c

+ 1 - 1
kernel/excel.c

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