Class CellRangeAddress8Bit

java.lang.Object
org.apache.poi.ss.util.CellRangeAddressBase
org.apache.poi.hssf.util.CellRangeAddress8Bit
All Implemented Interfaces:
Iterable<CellAddress>

public final class CellRangeAddress8Bit extends CellRangeAddressBase
See OOO documentation: excelfileformat.pdf sec 2.5.14 - 'Cell Range Address'

Implements a CellRangeAddress with 8-but column fields.

  • Field Details

  • Constructor Details

    • CellRangeAddress8Bit

      public CellRangeAddress8Bit(int firstRow, int lastRow, int firstCol, int lastCol)
    • CellRangeAddress8Bit

      public CellRangeAddress8Bit(LittleEndianInput in)
  • Method Details