Hi,
“-0” is actually calculated as
“-0.30” in excel, as it’s decimal places setting is Zero, it is showing “0” in
excel.<o:p>
</o:p>
If I perform getValue()
operation on this cell I get “-0.3” and if I perform getStringValue() operation
on this cell I get “-0”.
But on the screen I want to display “0” instead of “-0”.
Please let me know what can be
done. I have attached a sample simulation application.<o:p></o:p>
Thanks & Regards,
Kailas