svn commit: r511909 - /jakarta/poi/trunk/src/java/org/apache/poi/hssf/usermodel/HSSFSheet.java

2007-02-26 Thread yegor
Author: yegor Date: Mon Feb 26 09:17:26 2007 New Revision: 511909 URL: http://svn.apache.org/viewvc?view=revrev=511909 Log: not autofit for formula cells Modified: jakarta/poi/trunk/src/java/org/apache/poi/hssf/usermodel/HSSFSheet.java Modified:

POI and Precision

2007-02-26 Thread Torsten Bergmann
Hi, I have a Java calculation that mimics an excel sheet and want to use POI to run and compare test cases. The java code uses BigDecimal to calculate exact values. But when I try to read a numerical excel cell using POI the HSSFCell only supports double as return value. This will loose

DO NOT REPLY [Bug 41711] New: - Better exception for PowerPoint documents from unsupported versions

2007-02-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=41711. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.

Re: POI and Precision

2007-02-26 Thread Andrew C. Oliver
You cannot presently. Torsten Bergmann wrote: Hi, I have a Java calculation that mimics an excel sheet and want to use POI to run and compare test cases. The java code uses BigDecimal to calculate exact values. But when I try to read a numerical excel cell using POI the HSSFCell only