Class | Description |
---|---|
AreaReference | |
CellRangeAddress |
See OOO documentation: excelfileformat.pdf sec 2.5.14 - 'Cell Range Address'
Note -
SelectionRecord uses the BIFF5 version of this structure |
CellRangeAddressBase |
See OOO documentation: excelfileformat.pdf sec 2.5.14 - 'Cell Range Address'
Common subclass of 8-bit and 16-bit versions
|
CellRangeAddressList |
Implementation of the cell range address lists,like is described
in OpenOffice.org's Excel Documentation: excelfileformat.pdf sec 2.5.14 -
'Cell Range Address List'
In BIFF8 there is a common way to store absolute cell range address lists in
several records (not formulas).
|
CellReference | |
ImageUtils | |
NumberComparer |
Excel compares numbers using different rules to those of java, so
Double.compare(double, double) won't do. |
NumberToTextConverter |
Excel converts numbers to text with different rules to those of java, so
Double.toString(value) won't do. |
Region | Deprecated
(Aug-2008) use
CellRangeAddress |
SheetReferences |
Holds a collection of Sheet names and their associated
reference numbers.
|
Enum | Description |
---|---|
CellReference.NameType |
Used to classify identifiers found in formulas as cell references or not.
|
Copyright 2016 The Apache Software Foundation or its licensors, as applicable.