Class CellRangeAddress8Bit

  • All Implemented Interfaces:
    java.lang.Iterable<CellAddress>, Duplicatable, GenericRecord

    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.

    • Constructor Detail

      • CellRangeAddress8Bit

        public CellRangeAddress8Bit​(int firstRow,
                                    int lastRow,
                                    int firstCol,
                                    int lastCol)
    • Method Detail

      • copy

        public CellRangeAddress8Bit copy()
        Returns:
        a deep copy of the implementing class / instance
      • getEncodedSize

        public static int getEncodedSize​(int numberOfItems)