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

--- Comment #21 from PJ Fanning <[email protected]> ---
There are still some unreleased changes so the most practical solution for
people who think autoSizeColumn is making the columns too narrow or too wide is
to make the autosize calls and then to loop over the columns again.
You can call getColumnWidth for each column and adjust the value by for
instance, adding an arbitrary amount by calling setColumnWidth.

https://javadoc.io/static/org.apache.poi/poi-ooxml/5.4.1/org/apache/poi/xssf/usermodel/XSSFSheet.html#getColumnWidth-int-

https://javadoc.io/static/org.apache.poi/poi-ooxml/5.4.1/org/apache/poi/xssf/usermodel/XSSFSheet.html#setColumnWidth-int-int-

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