On Fri, 3 Jun 2011, Chris Bamford wrote:
Say we have a percentage 56%

In a spreadsheet display this shows as

 56%

The text extraction gives us

 0.5590614886731392

You probably just want to apply the formatting rules to the cell when you extract it. org.apache.poi.ss.usermodel.DataFormatter should help here

Nick

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to