|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jxl.read.biff.SharedFormulaRecord
A shared formula
Field Summary | |
private ExternalSheet |
externalSheet
A handle to the external sheet |
private int |
firstCol
The first column to which this shared formula applies |
private int |
firstRow
The first row to which this shared formula applies |
private java.util.ArrayList |
formulas
The rest of the comprising this shared formula |
private int |
lastCol
The last column to which this shared formula applies |
private int |
lastRow
The last row to which this shared formula applies |
private NameTable |
nameTable
A handle to the name table |
private SheetImpl |
sheet
A handle to the sheet |
private BaseSharedFormulaRecord |
templateFormula
The first (template) formula comprising this group |
private byte[] |
tokens
The token data |
Constructor Summary | |
SharedFormulaRecord(Record t,
BaseSharedFormulaRecord fr,
ExternalSheet es,
NameTable nt,
SheetImpl si)
Constructs this object from the raw data. |
Method Summary | |
boolean |
add(BaseSharedFormulaRecord fr)
Adds this formula to the list of formulas, if it falls within the bounds |
(package private) Cell[] |
getFormulas(FormattingRecords fr,
boolean nf)
Manufactures individual cell formulas out the whole shared formula debacle |
Methods inherited from class java.lang.Object |
|
Field Detail |
private int firstRow
private int lastRow
private int firstCol
private int lastCol
private BaseSharedFormulaRecord templateFormula
private java.util.ArrayList formulas
private byte[] tokens
private ExternalSheet externalSheet
private NameTable nameTable
private SheetImpl sheet
Constructor Detail |
public SharedFormulaRecord(Record t, BaseSharedFormulaRecord fr, ExternalSheet es, NameTable nt, SheetImpl si)
excelFile
- the excel filet
- the raw dataes
- the workbook, which contains the external sheet referencessi
- the sheetMethod Detail |
public boolean add(BaseSharedFormulaRecord fr)
fr
- the formula record to test for membership of this groupCell[] getFormulas(FormattingRecords fr, boolean nf)
fr
- the formatting recordsnf
- flag indicating whether this uses the 1904 date system
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |