|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface which exposes the methods needed by formulas to access external sheet records
| Method Summary | |
int |
getExternalSheetIndex(int index)
Gets the index of the first external sheet for the name |
int |
getExternalSheetIndex(java.lang.String sheetName)
Gets the index of the first external sheet for the name |
java.lang.String |
getExternalSheetName(int index)
Gets the name of the external sheet specified by the index |
int |
getLastExternalSheetIndex(int index)
Gets the index of the first external sheet for the name |
int |
getLastExternalSheetIndex(java.lang.String sheetName)
Gets the index of the last external sheet for the name |
BOFRecord |
getWorkbookBof()
Parsing of formulas is only supported for a subset of the available biff version, so we need to test to see if this version is acceptable |
| Method Detail |
public java.lang.String getExternalSheetName(int index)
index - the external sheet index
public int getExternalSheetIndex(java.lang.String sheetName)
sheetName - the name of the external sheet
public int getExternalSheetIndex(int index)
index - the external sheet index
public int getLastExternalSheetIndex(java.lang.String sheetName)
sheetName - the name of the external sheet
public int getLastExternalSheetIndex(int index)
index - the external sheet index
public BOFRecord getWorkbookBof()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||