You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2015/07/24 14:22:45 UTC

[Bug 57469] Unable to view excel cell compiled in jdk1.6.0_45

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

Dominik Stadler <do...@gmx.at> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Depends on|                            |54904
             Status|NEEDINFO                    |RESOLVED
         Resolution|---                         |WONTFIX

--- Comment #10 from Dominik Stadler <do...@gmx.at> ---
We lately added a method SheetUtil.canComputeColumnWidht() which tries to
provide a way to check if autosize will work. However it seems there are still
cases where it returns "true" when in fact autosize will fail. 

It seems to not catch all cases as sometimes it depends on the actual string,
i.e. "0" has a useful width, whereas "w" has no widht!

I don't think we can do much more in POI currently except to desupport Java 6
as Java >= 7 seems to have far less problems with this.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org