rameshnaidupolarapu / php-excel-reader

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

Negative values returned as value inside parenthesis #24

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Although value in the cell is -300 but it display (300).
How to get the exact value -300

Original issue reported on code.google.com by theart20...@gmail.com on 19 May 2009 at 1:17

GoogleCodeExporter commented 8 years ago
That is just a formatting issue. Change the format of your cell to show -300 
instead
of (300).

Original comment by matthew....@gmail.com on 19 May 2009 at 1:54

GoogleCodeExporter commented 8 years ago
Ok thanks, is there a way to disregard formatting during fetch of value?Cause 
the raw
function returns empty. Thank you very much...

Original comment by theart20...@gmail.com on 19 May 2009 at 2:05