|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjxl.biff.RecordData
jxl.read.biff.CellValue
jxl.read.biff.BaseSharedFormulaRecord
A base class for shared formula records
| Constructor Summary | |
BaseSharedFormulaRecord(Record t,
FormattingRecords fr,
ExternalSheet es,
WorkbookMethods nt,
SheetImpl si,
int pos)
Constructs this number |
|
| Method Summary | |
protected ExternalSheet |
getExternalSheet()
Access for the external sheet |
java.lang.String |
getFormula()
Gets the formula as an excel string |
protected WorkbookMethods |
getNameTable()
Access for the name table |
Record |
getRecord()
In case the shared formula is not added for any reason, we need to expose the raw record data , in order to try again |
protected byte[] |
getTokens()
Accessor for the tokens which make up this formula |
| Methods inherited from class jxl.read.biff.CellValue |
getCellFeatures, getCellFormat, getColumn, getRow, getSheet, getXFIndex, isHidden, setCellFeatures |
| Methods inherited from class jxl.biff.RecordData |
getCode |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface jxl.biff.FormulaData |
getFormulaData |
| Methods inherited from interface jxl.Cell |
getCellFeatures, getCellFormat, getColumn, getContents, getRow, getType, isHidden |
| Constructor Detail |
public BaseSharedFormulaRecord(Record t,
FormattingRecords fr,
ExternalSheet es,
WorkbookMethods nt,
SheetImpl si,
int pos)
t - the recordfr - the formatting recordses - the external sheetnt - the name tablesi - the sheetpos - the position of the next record in the file| Method Detail |
public java.lang.String getFormula()
throws FormulaException
FormulaExceptionprotected final byte[] getTokens()
protected final ExternalSheet getExternalSheet()
protected final WorkbookMethods getNameTable()
public Record getRecord()
getRecord in class RecordData
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||