Hello everyone! I was trying to read values from an Excel sheet with the following formats:
cell format is: m/d/yy cell format is: [$-F400]h:mm:ss\ AM/PM cell format is: [h]:mm:ss Examples: Date: 11/13/2011 Time: 8:26:49 AM Duration: 0:28:30 I need those cell values as plain Strings. However, I could not find any documentation on this topic or methods of the Cell class that would do this. Ideally there would be a method like cell.getValueAsString(); .... Thanks! Tobias --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
