On Tue, 20 Nov 2012, Gandhi, Kunal - External wrote:
Getting a numeric cell returns a double primitive value.
That's expected, excel stores numbers in the file format as floating point
My question was, is there a way to return an integer value if that is what is in the spreadsheet? And return a double value only if it's a double value in the first place?
The DataFormatter class exists to help you format numbers based on the format rules applied to the cell, so you can get things to look as they did in Excel
Nick --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
