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

--- Comment #1 from Mark Murphy <[email protected]> ---
A remaining issue, though not sure how important it is. This process creates
unnecessary <border> elements in the XLSX file. Largely because
CellUtil.setFormatProperties adds each piece of the border individually instead
of adding them in a single shot. This is likely to be the case no matter how
borders are drawn. A fix to this would be to hold all border properties in
their own HashMap and process that in one piece in
CellUtil.setFormatProperties. I have not done this. The same issue occurs with
fills, but not in the border drawing process.

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