|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.millscript.office.excel.RecordTokenizer
org.millscript.office.excel.versions.biff2.Biff2RecordTokenizer
org.millscript.office.excel.versions.biff3.Biff3RecordTokenizer
public class Biff3RecordTokenizer
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.millscript.office.excel.RecordTokenizer |
|---|
RecordTokenizer.StringOptions |
| Constructor Summary | |
|---|---|
Biff3RecordTokenizer(BIFFVersion version,
BIFFRecordInputStream bis,
byte[] bofData)
|
|
| Method Summary | |
|---|---|
RecordParser |
getRecordParser()
|
org.millscript.millscript.expr.Expr<?> |
readFormula(int formulaSize)
Returns the Expr for the formula at the current offset in the
current record with the specified total byte size. |
| Methods inherited from class org.millscript.office.excel.versions.biff2.Biff2RecordTokenizer |
|---|
readAbsoluteCellAddress, readCellRangeAddress, readConstantCachedValueArray, readFormattingRun, readOffsetCellAddress, readString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Biff3RecordTokenizer(BIFFVersion version,
BIFFRecordInputStream bis,
byte[] bofData)
version - bis - | Method Detail |
|---|
public RecordParser getRecordParser()
getRecordParser in class Biff2RecordTokenizerBiff2RecordTokenizer.getRecordParser()public org.millscript.millscript.expr.Expr<?> readFormula(int formulaSize)
RecordTokenizerExpr for the formula at the current offset in the
current record with the specified total byte size. This method will
first read the number of bytes used by the formula data, which is a BIFF
version dependant field.
readFormula in class Biff2RecordTokenizerformulaSize - the number of bytes the formula uses, including the
version dependant formula data byte size field
Expr for the parsed formulaBiff2RecordTokenizer.readFormula(int)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||