ivan-berezhnov / php-excel-reader

Automatically exported from code.google.com/p/php-excel-reader
0 stars 0 forks source link

number_format() causes problem when using other notations (US/GER) #71

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Using number_format() to output the values can cause problems, because
number_format() uses the Anglo-Saxon notation by default, which means a
comma for the thousands separator and a point for the decimals.

In other countries you normally use them the other way around. So please
make number_format() configurable or output the values in a raw format.

Thank you

Original issue reported on code.google.com by johannes...@gmail.com on 14 Apr 2010 at 8:46