On Thu, 26 Mar 2015, Mester József wrote:
I read cell's very simple way :

String currentCellData =currentRow.getCell(data).toString()

That really isn't recommended. If you want a string of "what Excel shows the user for a cell", use DataFormatter

The toString method is really only there for debugging and logging, not production use for displaying to users etc

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

Reply via email to