org.apache.poi.hssf.util |
util package contains tools needed for writing HSSF files that are not necesarily "real"
HSSF concepts.
Related Documentation
For overviews, tutorials, examples, guides, and tool documentation, please see:
|
Java Source File Name | Type | Comment |
AreaReference.java | Class | |
CellReference.java | Class | |
HSSFCellRangeAddress.java | Class | Title: HSSFCellRangeAddress
Description:
Implementation of the cell range address lists,like is described in
OpenOffice.org's Excel Documentation .
In BIFF8 there is a common way to store absolute cell range address
lists in several records (not formulas). |
HSSFColor.java | Class | Intends to provide support for the very evil index to triplet issue and
will likely replace the color contants interface for HSSF 2.0.
This class contains static inner class members for representing colors.
Each color has an index (for the standard palette in Excel (tm) ),
native (RGB) triplet and string triplet. |
HSSFDataValidation.java | Class | |
PaneInformation.java | Class | Holds information regarding a split plane or freeze plane for a sheet. |
RangeAddress.java | Class | |
Region.java | Class | Represents a from/to row/col square. |
RKUtil.java | Class | Utility class for helping convert RK numbers.
author: Andrew C. |
SheetReferences.java | Class | Holds a collection of Sheet names and their associated
reference numbers.
author: Andrew C. |
TestAreaReference.java | Class | |
TestCellReference.java | Class | |
TestRangeAddress.java | Class | |
TestRKUtil.java | Class | Tests the RKUtil class. |
TestSheetReferences.java | Class | Tests the SheetReferences class.
author: Andrew C. |