first commit
This commit is contained in:
17
hrmsEjb/jxl/biff/formula/ExternalSheet.java
Normal file
17
hrmsEjb/jxl/biff/formula/ExternalSheet.java
Normal file
@@ -0,0 +1,17 @@
|
||||
package jxl.biff.formula;
|
||||
|
||||
import jxl.read.biff.BOFRecord;
|
||||
|
||||
public interface ExternalSheet {
|
||||
String getExternalSheetName(int paramInt);
|
||||
|
||||
int getExternalSheetIndex(String paramString);
|
||||
|
||||
int getExternalSheetIndex(int paramInt);
|
||||
|
||||
int getLastExternalSheetIndex(String paramString);
|
||||
|
||||
int getLastExternalSheetIndex(int paramInt);
|
||||
|
||||
BOFRecord getWorkbookBof();
|
||||
}
|
Reference in New Issue
Block a user