mirror of
https://github.com/retailcrm/PHPExcel.git
synced 2024-11-23 05:46:06 +03:00
5da448bbad
git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@85849 2327b42d-5241-43d6-9e2a-de5ac946f064
7 lines
147 B
Plaintext
7 lines
147 B
Plaintext
123.456, 2, '"$123.46"'
|
|
123.321, 2, '"$123.32"'
|
|
1234567, -3, '"$1,235,000"'
|
|
1234567, -5, '"$1,200,000"'
|
|
"ABC", 2, "#NUM!"
|
|
123.456, "ABC", "#NUM!"
|