JSC??? Is it a JAVA? where can I get this module??? "I know that the world is always unfair. But I don't understand why it is never unfair to my advantage."
@harry -----Original Message----- From: Harsh [mailto:[EMAIL PROTECTED] Sent: Saturday, March 08, 2003 7:30 PM To: 'POI Users List' Subject: RE: Problem reading "AB.CD.E" as a string Hi, I suggest you one Thing. Use cell.getFormulaValue() which will return you Formula "=B9". Now you can use JSC (Formula Calculator for Excel) to get The result of formula whichis "AB.CD.E". Tell me if you need more details, Harsh Ubriani Nimaya Technologies, Hyderabad -----Original Message----- From: Kenneth Cheung [mailto:[EMAIL PROTECTED] Sent: Friday, March 07, 2003 8:49 PM To: [EMAIL PROTECTED] Subject: Problem reading "AB.CD.E" as a string Hi, Suppose in cell B9 I have a string "AB.CD.E" and in cell B10, I have "=B9". While I have no problem getting the string in B9 using cell.getStringCellValue( ), I get a null if I try to read the value of B10. Now, if I use cell.getNumericCellValue( ) I get "NaN" (not a number?) I'm using Dev version 1.8.0 running on Solaris w/ JDK 1.3 Any help would be greatly appreciated. Thanks Ken --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
