https://issues.apache.org/bugzilla/show_bug.cgi?id=47582
--- Comment #1 from [email protected] 2010-09-14 04:18:01 EDT --- If there are two workbooks then XSSFCellStyle.cloneStyleFrom has problem with keys (of fonts...), which are copied from one workbook to other and thus even if there the font has id 5 in source workbook it is copied with this id to targetworkbook where is only one font =(max id is 0). Just try to run your test public void testCloneStyleDiffWB() { ..} for XSSF -- 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]
