Summary: | HSSFWorkbook cloneSheet fails for sheets with conditional formatting. | ||
---|---|---|---|
Product: | POI | Reporter: | Antti Koskimäki <antti.koskimaki> |
Component: | HSSF | Assignee: | POI Developers List <dev> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | P2 | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Hardware: | PC | ||
OS: | Windows XP |
Description
Antti Koskimäki
2008-08-25 00:26:41 UTC
Thanks. Verified that mentioned bug got fixed. But at the same time my POI-created conditional formats broke between r688654 and r688655. Excel says "file error, data may have been lost" when opening and all POI-generated conditional formats are missing. This doesn't depend on cloning. (In reply to comment #2) > > But at the same time my POI-created conditional formats broke between r688654 > and r688655. Excel says "file error, data may have been lost" when opening and > all POI-generated conditional formats are missing. Fixed in svn r688825. CFHeaderRecord wasn't being properly updated with the number of rules. junit added to cover this logic too. |