Re: autoSizeColumn bug

2012-04-26 Thread beatony
t question if not set the java properties properly. Thanks Best Regards -- View this message in context: http://apache-poi.1045710.n5.nabble.com/autoSizeColumn-bug-tp3406833p5667594.html Sent from the POI - User mailing list archive at Nabble.com. --

Re: autoSizeColumn bug

2011-03-02 Thread David Fisher
>> Please see the big warning in the quick guide: >> http://poi.apache.org/spreadsheet/quick-guide.html#Autofit >> >> (Auto sizing columns requires font calculations to work out the text size, >> and the requires that java initialise a graphics environment of sorts) >> >> Nick >> > Thanks N

Re: autoSizeColumn bug

2011-03-02 Thread ARoy
Nick Burch alfresco.com> writes: > > > Please see the big warning in the quick guide: > http://poi.apache.org/spreadsheet/quick-guide.html#Autofit > > (Auto sizing columns requires font calculations to work out the text size, > and the requires that java initialise a graphics environment

Re: autoSizeColumn bug

2011-03-02 Thread ARoy
ARoy gmail.com> writes: > at java.awt.font.TextLayout.(TextLayout.java:636) > - > I am not trying to display anything ...so don't understand why the code is > trying to obtain display. > Can someone please help

Re: autoSizeColumn bug

2011-03-02 Thread Nick Burch
On Wed, 2 Mar 2011, ARoy wrote: We are trying to generate excel files on AS400 using POI While most of the functionality is working we have run into an issues with autoSizeColumn. Exception in thread "main" java.lang.InternalError: Can't connect to X11 window Please see the big warning in the

autoSizeColumn bug

2011-03-02 Thread ARoy
Hi, We are trying to generate excel files on AS400 using POI While most of the functionality is working we have run into an issues with autoSizeColumn. I am getting this following error ONLY on AS400 (It works fine on Windows box) --