https://bz.apache.org/bugzilla/show_bug.cgi?id=55968
Javen O'Neal <one...@apache.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|NEW |RESOLVED --- Comment #5 from Javen O'Neal <one...@apache.org> --- Setting column width and auto-sizing columns in POI 3.14 is done via Sheet.get/setColumnWidth [1] and Sheet.autoSizeColumn [2]. The attached patch duplicates current functionality, so it looks like your problem of setting custom column widths is solved. [1] https://poi.apache.org/apidocs/org/apache/poi/ss/usermodel/Sheet.html [2] https://poi.apache.org/spreadsheet/quick-guide.html#Autofit -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org