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)
           
 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
 

Method Detail

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

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

getExternalSheetIndex

public int getExternalSheetIndex(java.lang.String sheetName)