Bug 54951 - org.apache.poi.ss.usermodel.Sheet.autoSizeColumn(int i) does not work using a 64Bit JVM
Summary: org.apache.poi.ss.usermodel.Sheet.autoSizeColumn(int i) does not work using a...
Status: RESOLVED INVALID
Alias: None
Product: POI
Classification: Unclassified
Component: XSSF (show other bugs)
Version: 3.9-FINAL
Hardware: PC All
: P2 normal (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-10 12:05 UTC by janina.saager
Modified: 2013-05-12 22:47 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description janina.saager 2013-05-10 12:05:30 UTC
The method org.apache.poi.ss.usermodel.Sheet.autoSizeColumn(int i) works using the 32Bit swt libary (and 32Bit JVM) but it sets the columns unvisible using a 64Bit swt libary (and 64Bit JVM). I am using Java 1.7.21.
Comment 1 Nick Burch 2013-05-12 22:47:07 UTC
Sounds like either you don't have the fonts available to your 64 bit java install, or you have installed a broken JVM. Neither of those two cases would seem to be a POI bug, sorry...