Hey thanks a ton!! I was able to read formatted data!! Thanks
-----Original Message----- From: Majumdar, Sanjib (CORP, GEITC, Contractor) [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 29, 2003 7:23 PM To: POI Users List Subject: RE: Formatted excel file Hi, you can use the following API from POI org.apache.poi.hssf.usermodel HSSFFont is a class under this package. In that class there are methods like getColor(), getItalic(), getBoldweight() etc. For further clarrification u can check the following links. http://jakarta.apache.org/poi/hssf/quick-guide.html http://jakarta.apache.org/poi/apidocs Regards Sanjib -----Original Message----- From: Swati, Singhal (IE10) [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 29, 2003 7:22 PM To: POI Users List Subject: RE: Formatted excel file hi, Am a beginner with POI, so can u throw some light on how it does that? thanks -----Original Message----- From: Majumdar, Sanjib (CORP, GEITC, Contractor) [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 29, 2003 7:04 PM To: POI Users List Subject: RE: Formatted excel file Hi, Yes POI can read formatted excel file. It can read any formatted data. But not any special characters. Regards Sanjib -----Original Message----- From: Swati, Singhal (IE10) [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 29, 2003 7:05 PM To: [EMAIL PROTECTED] Subject: Formatted excel file hi, Can POI read formatted excel file? That is if i use Bold, Italic, Color in the data, does it read the data correctly? regards, Swati --------------------------------------------------------------------- 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] --------------------------------------------------------------------- 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]
