Uses of Class
org.apache.poi.ss.formula.SheetIdentifier

Packages that use SheetIdentifier
org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet model Related Documentation For overviews, tutorials, examples, guides, and tool documentation, please see: Apache POI Project  
org.apache.poi.ss.formula This package contains common internal POI code for manipulating formulas. 
org.apache.poi.ss.formula.ptg formula package contains binary PTG structures used in Formulas Related Documentation For overviews, tutorials, examples, guides, and tool documentation, please see: Apache POI Project
org.apache.poi.xssf.usermodel   
 

Uses of SheetIdentifier in org.apache.poi.hssf.usermodel
 

Methods in org.apache.poi.hssf.usermodel with parameters of type SheetIdentifier
 Ptg HSSFEvaluationWorkbook.get3DReferencePtg(AreaReference areaRef, SheetIdentifier sheet)
           
 Ptg HSSFEvaluationWorkbook.get3DReferencePtg(CellReference cr, SheetIdentifier sheet)
           
 NameXPtg HSSFEvaluationWorkbook.getNameXPtg(java.lang.String name, SheetIdentifier sheet)
           
 

Uses of SheetIdentifier in org.apache.poi.ss.formula
 

Subclasses of SheetIdentifier in org.apache.poi.ss.formula
 class SheetRangeIdentifier
           
 

Methods in org.apache.poi.ss.formula with parameters of type SheetIdentifier
 Ptg FormulaParsingWorkbook.get3DReferencePtg(AreaReference area, SheetIdentifier sheet)
          Produce the appropriate Ptg for a 3d area reference
 Ptg FormulaParsingWorkbook.get3DReferencePtg(CellReference cell, SheetIdentifier sheet)
          Produce the appropriate Ptg for a 3d cell reference
 Ptg FormulaParsingWorkbook.getNameXPtg(java.lang.String name, SheetIdentifier sheet)
           
 

Uses of SheetIdentifier in org.apache.poi.ss.formula.ptg
 

Constructors in org.apache.poi.ss.formula.ptg with parameters of type SheetIdentifier
Area3DPxg(int externalWorkbookNumber, SheetIdentifier sheetName, AreaReference arearef)
           
Area3DPxg(int externalWorkbookNumber, SheetIdentifier sheetName, java.lang.String arearef)
           
Area3DPxg(SheetIdentifier sheetName, AreaReference arearef)
           
Area3DPxg(SheetIdentifier sheetName, java.lang.String arearef)
           
Ref3DPxg(int externalWorkbookNumber, SheetIdentifier sheetName, CellReference c)
           
Ref3DPxg(int externalWorkbookNumber, SheetIdentifier sheetName, java.lang.String cellref)
           
Ref3DPxg(SheetIdentifier sheetName, CellReference c)
           
Ref3DPxg(SheetIdentifier sheetName, java.lang.String cellref)
           
 

Uses of SheetIdentifier in org.apache.poi.xssf.usermodel
 

Methods in org.apache.poi.xssf.usermodel with parameters of type SheetIdentifier
 Ptg XSSFEvaluationWorkbook.get3DReferencePtg(AreaReference area, SheetIdentifier sheet)
           
 Ptg XSSFEvaluationWorkbook.get3DReferencePtg(CellReference cell, SheetIdentifier sheet)
           
 NameXPxg XSSFEvaluationWorkbook.getNameXPtg(java.lang.String name, SheetIdentifier sheet)
           
 



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