PHP_XLSXWriter icon indicating copy to clipboard operation
PHP_XLSXWriter copied to clipboard

Problem exporting strings starting with an equals sign

Open AzzaAzza69 opened this issue 4 years ago • 0 comments

This fix may not work properly when writing out formula's but as I am only exporting data, it works for me!

in the writeCell( function ... } elseif (/* modified AzzaAzza69 /$num_format_type!='n_string'/ AzzaAzza69*/ && is_string($value) && $value[0]=='='){ ...

AzzaAzza69 avatar Dec 02 '21 16:12 AzzaAzza69