Package org.apache.poi.ss.formula
Class EvaluationWorkbook.ExternalSheetRange
- java.lang.Object
-
- org.apache.poi.ss.formula.EvaluationWorkbook.ExternalSheet
-
- org.apache.poi.ss.formula.EvaluationWorkbook.ExternalSheetRange
-
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- EvaluationWorkbook
public static class EvaluationWorkbook.ExternalSheetRange extends EvaluationWorkbook.ExternalSheet
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExternalSheetRange(String workbookName, String firstSheetName, String lastSheetName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFirstSheetName()
String
getLastSheetName()
-
Methods inherited from class org.apache.poi.ss.formula.EvaluationWorkbook.ExternalSheet
getSheetName, getWorkbookName
-
-