Hello everyone, I was wondering if there's a way to get the style name from a cell. I see that cell.getCellStyle() will return an HSSFCellStyle, but there's no getName() method there.
Searching around in the javadocs I noticed that StyleRecord does have a getName() method, but I can't figure out the relationship between that and HSSFCellStyle (and I get the feeling that that's one of those classes that I shouldn't be worrying about...). Any help would be most appreciated. -Andrew --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
