Explorar o código

Feat: gridline and zoom

viest %!s(int64=5) %!d(string=hai) anos
pai
achega
4fa11d7eb7
Modificáronse 1 ficheiros con 1 adicións e 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)