public abstract class OldCellRecord extends java.lang.Object implements GenericRecord
CellValueRecordInterface
).
Subclasses are expected to manage the cell data values (of various types).Modifier | Constructor and Description |
---|---|
protected |
OldCellRecord(RecordInputStream in,
boolean isBiff2) |
Modifier and Type | Method and Description |
---|---|
int |
getCellAttrs() |
short |
getColumn() |
java.util.Map<java.lang.String,java.util.function.Supplier<?>> |
getGenericProperties() |
int |
getRow() |
short |
getSid() |
short |
getXFIndex()
get the index to the ExtendedFormat, for non-Biff2
|
boolean |
isBiff2()
Is this a Biff2 record, or newer?
|
java.lang.String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getGenericChildren, getGenericRecordType
protected OldCellRecord(RecordInputStream in, boolean isBiff2)
public final int getRow()
public final short getColumn()
public final short getXFIndex()
ExtendedFormatRecord
public int getCellAttrs()
public boolean isBiff2()
public short getSid()
public java.util.Map<java.lang.String,java.util.function.Supplier<?>> getGenericProperties()
getGenericProperties
in interface GenericRecord
public final java.lang.String toString()
toString
in class java.lang.Object
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.