Bug 49590

Summary: Sheet's method autoSizeColumn(int) is incompatible with Windows 7 Aero Design
Product: POI Reporter: Wilken Schuetz <wilken.schuetz>
Component: HSSFAssignee: POI Developers List <dev>
Status: RESOLVED INVALID    
Severity: normal    
Priority: P2    
Version: 3.7-dev   
Target Milestone: ---   
Hardware: HP   
OS: other   

Description Wilken Schuetz 2010-07-13 11:28:18 UTC
When I use the Sheet's method autoSizeColumn(int) in a Java program on my Windows 7 system, the coloring scheme (of my whole system) is changed automatically because the process wasn't compatible with Aero Design. (I'm just writing - not opening - XLS-files)

When closing the program, the coloring scheme is reset to Aero Design again.
Comment 1 Nick Burch 2010-07-13 13:32:21 UTC
The autoSize method makes use of the Java AWT graphics library to calculate font sizes

It sounds like a problem with your JVM - I suspect you'll get it on any graphical java program. You should probably upgrade your copy of java to one that doesn't make windows sulk.

It's not a POI bug though, but a java graphical one