jxl.biff.formula
Interface ExternalSheet
- All Known Implementing Classes:
- WorkbookParser, WritableWorkbookImpl
- public interface ExternalSheet
Interface which exposes the methods needed by formulas
to access external sheet records
Method Summary |
int |
getExternalSheetIndex(java.lang.String sheetName)
Gets the index of the external sheet for the name |
java.lang.String |
getExternalSheetName(int index)
Gets the name of the external sheet specified by the index |
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 |
getExternalSheetName
public java.lang.String getExternalSheetName(int index)
- Gets the name of the external sheet specified by the index
- Parameters:
index
- the external sheet index- Returns:
- the name of the external sheet
getExternalSheetIndex
public int getExternalSheetIndex(java.lang.String sheetName)
- Gets the index of the external sheet for the name
- Parameters:
sheetName
- - Returns:
-
getWorkbookBof
public 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
- Returns:
- the BOF record, which