org.apache.poi.hssf.util
Class CellRangeAddressList
java.lang.Object
org.apache.poi.ss.util.CellRangeAddressList
org.apache.poi.hssf.util.CellRangeAddressList
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.
- Author:
- Dragos Buleandra (dragos.buleandra@trade2b.ro)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CellRangeAddressList
public CellRangeAddressList(int firstRow,
int lastRow,
int firstCol,
int lastCol)
CellRangeAddressList
public CellRangeAddressList()
CellRangeAddressList
public CellRangeAddressList(RecordInputStream in)
- Parameters:
in
- the RecordInputstream to read the record from
Copyright 2008 The Apache Software Foundation or
its licensors, as applicable.