Class Summary |
AreaReference |
|
CellRangeAddress |
See OOO documentation: excelfileformat.pdf sec 2.5.14 - 'Cell Range Address' |
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 |
|
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 |
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 |
WorkbookUtil |
Helper methods for when working with Usermodel Workbooks |