Documentation of 'org.apache.poi.hssf.util.CellRangeAddressList' Java class
CellRangeAddressList
org.apache.poi.hssf.util

Class 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 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

You see the box below because you did not login.