public abstract class OldCellRecord
extends java.lang.Object
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 |
---|---|
protected abstract void |
appendValueText(java.lang.StringBuilder sb)
Append specific debug info (used by
toString() for the value
contained in this record. |
int |
getCellAttrs() |
short |
getColumn() |
protected abstract java.lang.String |
getRecordName()
Gets the debug info BIFF record type name (used by
toString() . |
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() |
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 final java.lang.String toString()
toString
in class java.lang.Object
protected abstract void appendValueText(java.lang.StringBuilder sb)
toString()
for the value
contained in this record. Trailing new-line should not be appended
(superclass does that).sb
- the StringBuilder to append toprotected abstract java.lang.String getRecordName()
toString()
.Copyright 2020 The Apache Software Foundation or its licensors, as applicable.