Nick Burch wrote:
> 
> On Thu, 27 Dec 2007, teena21 wrote:
>> i want to extract properties of data within cell by using HSSF when i
>> use font.getBoldweight(); it gives the boldness of all cell's data in a
>> workbook i want to read data properties of a particular cell
> 
> Get the font for a given cell (using the default if it doesn't have one
> explictly set), then call font.getBoldweight() on that?
> 
> Nick
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 



thanks
there is no method to get a font or record for a HSSFCell so how can i get
the font for particular cell
please reply me 


-- 
View this message in context: 
http://www.nabble.com/how-to-get-the-property-of-fonts-in-cell-tp14510647p14554557.html
Sent from the POI - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to