You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2010/09/14 10:18:04 UTC

DO NOT REPLY [Bug 47582] XSSFCellStyle.cloneStyleFrom not replicating all the style attributes

https://issues.apache.org/bugzilla/show_bug.cgi?id=47582

--- Comment #1 from radek.mensik@seznam.cz 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: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org