Class | Description |
---|---|
AreaReference | |
CellRangeAddress |
See OOO documentation: excelfileformat.pdf sec 2.5.14 - 'Cell Range Address'
In the Microsoft documentation, this is also known as a
Ref8U - see page 831 of version 1.0 of the documentation.
|
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 | |
CellUtil |
Various utility functions that make working with a cells and rows easier.
|
DateFormatConverter |
Convert java DateFormat patterns into Excel custom number formats.
|
DateFormatConverter.DateFormatTokenizer | |
ImageUtils | |
ItemInfo | |
NumberComparer |
Excel compares numbers using different rules to those of java, so
Double.compare(double, double) won't do. |
NumberToGeneralTextConverter |
Convert a number to "General" formatting text.
|
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 |
RegionUtil |
Various utility functions that make working with a region of cells easier.
|
SheetBuilder |
Class
SheetBuilder provides an easy way of building workbook sheets
from 2D array of Objects. |
SheetReferences |
Holds a collection of Sheet names and their associated
reference numbers.
|
SheetUtil |
Helper methods for when working with Usermodel sheets
|
SSCellRange<K extends Cell> |
For POI internal use only
|
ToExcelNumberConverter | |
WorkbookUtil |
Helper methods for when working with Usermodel Workbooks
|
Enum | Description |
---|---|
CellReference.NameType |
Used to classify identifiers found in formulas as cell references or not.
|
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.