I have a cell with a date value of "12/21/2003." However, I've formatted it on the spreadsheet to appear as "December-03."
My question is how do I get the "December-03" String value so that I can output this to a text file? Basically, I would like a "what you see is what you get" functionality. So evaluated formulas, formatted dates, formatted numbers (ie $1.32) would be outputted correctly. Currently, using HSSFCell you only have: getCellFormula getNumericCellValue getStringCellValue getDateCellValue I would like a String getDisplayedValue() which shows what's displayed on the spreadsheet. Please help if you know of a way to do this. Thanks, -Victor --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
