Browse Source

Feat: gridline and zoom

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

+ 1 - 1
kernel/excel.c

@@ -822,7 +822,7 @@ PHP_METHOD(vtiful_xls, gridline)
  */
 PHP_METHOD(vtiful_xls, zoom)
 {
-    zend_long scale = 10;
+    zend_long scale = 100;
 
     ZEND_PARSE_PARAMETERS_START(1, 1)
             Z_PARAM_LONG(scale)