https://issues.apache.org/bugzilla/show_bug.cgi?id=30311
--- Comment #18 from Josh Micich <[EMAIL PROTECTED]> 2008-04-15 10:12:49 PST --- (In reply to comment #17) > Created an attachment (id=21818) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=21818) [details] > Fixes and API improvements Applied in svn r648334 I separated all the conditional formatting stuff from HSSFSheet (which has many methods already). This will give more freedom to add methods to the API, like the recent overloaded convenience methods in this patch. I noticed you changed the definition of CFRuleRecord.modificationBits - it broke a junit (easy fix). Could you add a comment as to why you took the MSB out of the mask? -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
