Explorar el Código

Feat: gridline and zoom

viest hace 5 años
padre
commit
4fa11d7eb7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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)