]> source.dussan.org Git - poi.git/commit
Fixes to chart handling and to a hidden bug to do with where the beginning of the...
authorGlen Stampoultzis <glens@apache.org>
Wed, 21 Aug 2002 11:56:49 +0000 (11:56 +0000)
committerGlen Stampoultzis <glens@apache.org>
Wed, 21 Aug 2002 11:56:49 +0000 (11:56 +0000)
commited01488eb5ab1b6972dc0ef42bfe30ee3cb001ee
tree577f37df56dd542dfca551e7edbe157b4f9f49ea
parent1a906be3c7b0ab936f0716d08d0380cbdc341e54
Fixes to chart handling and to a hidden bug to do with where the beginning of the sheet is located.  Also fixed an issue with doubles and the NaN values.  Some of this could use some more refactoring.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352827 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/poi/hssf/eventmodel/HSSFEventFactory.java
src/java/org/apache/poi/hssf/model/Sheet.java
src/java/org/apache/poi/hssf/record/DBCellRecord.java
src/java/org/apache/poi/hssf/record/FormulaRecord.java
src/java/org/apache/poi/hssf/record/aggregates/ValueRecordsAggregate.java
src/java/org/apache/poi/hssf/record/formula/Ptg.java
src/java/org/apache/poi/hssf/usermodel/HSSFCell.java
src/java/org/apache/poi/hssf/usermodel/HSSFWorkbook.java
src/java/org/apache/poi/util/LittleEndian.java
src/testcases/org/apache/poi/util/TestLittleEndian.java