Class NumberRecord

All Implemented Interfaces:
org.apache.poi.common.Duplicatable, GenericRecord, CellValueRecordInterface

public final class NumberRecord extends CellRecord
NUMBER (0x0203) Contains a numeric cell value.
  • Field Details

  • Constructor Details

    • NumberRecord

      public NumberRecord()
      Creates new NumberRecord
    • NumberRecord

      public NumberRecord(NumberRecord other)
    • NumberRecord

      public NumberRecord(RecordInputStream in)
      Parameters:
      in - the RecordInputstream to read the record from
  • Method Details