On Wed, 23 Nov 2011, bin su wrote:
but if the cell is formated with HSSFSheetConditionalFormatting and HSSFConditionalFormattingRule,then condition rule like ">=1000",the cell font color is red, but when i get the font color of the cell, the console print: color:32767,i get a black color, how can i get the right color under the HSSFConditionalFormattingRule.

The normal colour stuff doesn't know anything about conditional formatting, so returns the colour that the cell claims it has. You'll need to do any conditional formatting work yourself alas

Nick

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to