org.apache.poi.hssf.util
Class CellRangeAddressList
- java.lang.Object
-
- org.apache.poi.ss.util.CellRangeAddressList
-
- org.apache.poi.hssf.util.CellRangeAddressList
-
Deprecated.
public class CellRangeAddressList extends 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). A cell range address list consists of a field with the number of ranges and the list of the range addresses. Each cell range address (called an ADDR structure) contains 4 16-bit-values.
-
-
Constructor Summary
Constructors Constructor and Description CellRangeAddressList()Deprecated.CellRangeAddressList(int firstRow, int lastRow, int firstCol, int lastCol)Deprecated.CellRangeAddressList(RecordInputStream in)Deprecated.
-
Method Summary
-
Methods inherited from class org.apache.poi.ss.util.CellRangeAddressList
addCellRangeAddress, addCellRangeAddress, copy, countRanges, getCellRangeAddress, getCellRangeAddresses, getEncodedSize, getSize, remove, serialize, serialize
-
-
-
-
Constructor Detail
-
CellRangeAddressList
public CellRangeAddressList(int firstRow, int lastRow, int firstCol, int lastCol)Deprecated.
-
CellRangeAddressList
public CellRangeAddressList()
Deprecated.
-
CellRangeAddressList
public CellRangeAddressList(RecordInputStream in)
Deprecated.- Parameters:
in- the RecordInputstream to read the record from
-
-
DataMelt 3.0 © DataMelt by jWork.ORG