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]
