Re: [I] XSSF autoSizeColumn(int column) not working since 5.4.1 with Excel [poi]

2025-09-02 Thread via GitHub
pjfanning commented on issue #892: URL: https://github.com/apache/poi/issues/892#issuecomment-3245415207 I added this comment to issue 68094. There are still some unreleased changes so the most practical solution for people who think autoSizeColumn is making the columns too narrow or

[Bug 68094] In 5.2.4 After called autoSizeColumn function, the returned column width is smaller than in 5.2.3, which makes the columns to be cut off

2025-09-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68094 --- Comment #21 from PJ Fanning --- 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

Re: [I] XSSF autoSizeColumn(int column) not working since 5.4.1 with Excel [poi]

2025-09-02 Thread via GitHub
Thibaud430 commented on issue #892: URL: https://github.com/apache/poi/issues/892#issuecomment-3245344883 Thanks for the reply, I will follow it then, I have to say I did not check there before because I don't have any account but will definetly create one now. -- This is an automated

Re: [I] XSSF autoSizeColumn(int column) not working since 5.4.1 with Excel [poi]

2025-09-02 Thread via GitHub
pjfanning commented on issue #892: URL: https://github.com/apache/poi/issues/892#issuecomment-3245312767 Duplicate of https://bz.apache.org/bugzilla/show_bug.cgi?id=68094 - our main bug tracker -- This is an automated message from the Apache Git Service. To respond to the message, please

Re: [I] XSSF autoSizeColumn(int column) not working since 5.4.1 with Excel [poi]

2025-09-02 Thread via GitHub
pjfanning closed issue #892: XSSF autoSizeColumn(int column) not working since 5.4.1 with Excel URL: https://github.com/apache/poi/issues/892 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the spec

[I] XSSF autoSizeColumn(int column) not working since 5.4.1 with Excel [poi]

2025-09-02 Thread via GitHub
Thibaud430 opened a new issue, #892: URL: https://github.com/apache/poi/issues/892 Using XSSF Workbook (not tested with other types), autoSizeColumn(int column) method seems to behave differently since last version 5.4.1. No change in code results in columns not being resized properly