https://bz.apache.org/bugzilla/show_bug.cgi?id=60902

--- Comment #13 from [email protected] ---
(In reply to Nick Burch from comment #12)
> For your use-case, copying from one workbook to another, I'd probably lean
> towards maintaining a Map<CellStyle,CellStyle> in your code + calling
> cloneStyleFrom for any you don't have. You'd then grab the cell style from
> the source workbook, grab the existing cloned style in the destination
> workbook if it was there, or clone+store+use if not. (Map is source workbook
> style to destination workbook style)
> 
> Sounds like we've got some bugs to solve in the existing cloneStyleFrom
> before that approach could work though

I will try that, thank you!

But again, what's the position of the developer team?
If I supply a fully functional and well integrated .cloneCellStyle() on
workbooks, will you accept it?

-- 
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]

Reply via email to