Uses of Class
org.apache.poi.ss.formula.EvaluationWorkbook.ExternalSheet

Packages that use EvaluationWorkbook.ExternalSheet
org.apache.poi.hssf.model Provides low level API structures for reading, writing, modifying XLS files. 
org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet model 
org.apache.poi.ss.formula This package contains common internal POI code for manipulating formulas. 
org.apache.poi.xssf.usermodel   
 

Uses of EvaluationWorkbook.ExternalSheet in org.apache.poi.hssf.model
 

Methods in org.apache.poi.hssf.model that return EvaluationWorkbook.ExternalSheet
 EvaluationWorkbook.ExternalSheet InternalWorkbook.getExternalSheet(int externSheetIndex)
           
 

Uses of EvaluationWorkbook.ExternalSheet in org.apache.poi.hssf.usermodel
 

Methods in org.apache.poi.hssf.usermodel that return EvaluationWorkbook.ExternalSheet
 EvaluationWorkbook.ExternalSheet HSSFEvaluationWorkbook.getExternalSheet(int externSheetIndex)
           
 

Uses of EvaluationWorkbook.ExternalSheet in org.apache.poi.ss.formula
 

Methods in org.apache.poi.ss.formula that return EvaluationWorkbook.ExternalSheet
 EvaluationWorkbook.ExternalSheet FormulaRenderingWorkbook.getExternalSheet(int externSheetIndex)
           
 EvaluationWorkbook.ExternalSheet EvaluationWorkbook.getExternalSheet(int externSheetIndex)
           
 

Uses of EvaluationWorkbook.ExternalSheet in org.apache.poi.xssf.usermodel
 

Methods in org.apache.poi.xssf.usermodel that return EvaluationWorkbook.ExternalSheet
 EvaluationWorkbook.ExternalSheet XSSFEvaluationWorkbook.getExternalSheet(int externSheetIndex)
           
 



Copyright 2012 The Apache Software Foundation or its licensors, as applicable.