mk-j / PHP_XLSXWriter

Lightweight XLSX Excel Spreadsheet Writer in PHP
MIT License
1.84k stars 663 forks source link

Problem exporting strings starting with an equals sign #315

Closed AzzaAzza69 closed 1 year ago

AzzaAzza69 commented 2 years ago

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]=='='){ ...