PHPExcel converts dot after writing in comma -


i generate excel file importing csv file. in csv has contents following numbers
4.0238484
5.3833888
dot seperated
if write excel file column show me numbers in following format
4,0238484
5,3833888
want dot instead of comma.
how can make it?
phpexcel version 1.7.7

check locale settings version of ms excel using view generated file: if it's set locale uses decimal comma rather decimal point, see. floating point numbers in phpexcel managed decimal point (php doesn't offer alternative numbers), ms excel has own formatting rules based on locale.


Comments

Popular posts from this blog

android - MPAndroidChart - How to add Annotations or images to the chart -

javascript - Add class to another page attribute using URL id - Jquery -

firefox - Where is 'webgl.osmesalib' parameter? -