You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
by adding something like: $vl+=intval(0.2*mb_strlen(preg_replace('![^A-Z]+!', '', $v)));
Also, it could be very useful to have a parameter that deactivates the limitation of the column width to the value 60 in line 961, or alternatively that the value 60 be customizable in the default variables, without having to define a fixed column width in our php script:
hello.
thanks for your class, it's really useful.
when a cell contains text in uppercase only, a column width adjustment could be done line 831:
simplexlsxgen/src/SimpleXLSXGen.php
Line 831 in a44de02
by adding something like:
$vl+=intval(0.2*mb_strlen(preg_replace('![^A-Z]+!', '', $v)));
Also, it could be very useful to have a parameter that deactivates the limitation of the column width to the value 60 in line 961, or alternatively that the value 60 be customizable in the default variables, without having to define a fixed column width in our php script:
simplexlsxgen/src/SimpleXLSXGen.php
Line 961 in a44de02
best regards.
The text was updated successfully, but these errors were encountered: