> From: Nick Burch [mailto:[EMAIL PROTECTED] > Sent: Friday, June 22, 2007 9:15 AM > Can't you just call getNumericCellValue() on the cell, and format it > however you want?
Heh, I feel silly. I was already using getNumericalCellValue(), but all I needed to do was cast its result as an int. I hadn't realized that scientific notation was something Java automatically does when you print a double. Thanks all. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
