Ver código fonte

checkout net row

viest 4 anos atrás
pai
commit
175738eec0
1 arquivos alterados com 1 adições e 1 exclusões
  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);