| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SpreadsheetVersion | |
|---|---|
| org.apache.poi.hssf.usermodel | usermodel package maps HSSF low level strutures to familiar workbook/sheet model | 
| org.apache.poi.ss | |
| org.apache.poi.ss.formula | This package contains common internal POI code for manipulating formulas. | 
| org.apache.poi.ss.util | |
| org.apache.poi.xssf.usermodel | |
| Uses of SpreadsheetVersion in org.apache.poi.hssf.usermodel | 
|---|
| Methods in org.apache.poi.hssf.usermodel that return SpreadsheetVersion | |
|---|---|
 SpreadsheetVersion | 
HSSFEvaluationWorkbook.getSpreadsheetVersion()
 | 
| Uses of SpreadsheetVersion in org.apache.poi.ss | 
|---|
| Methods in org.apache.poi.ss that return SpreadsheetVersion | |
|---|---|
static SpreadsheetVersion | 
SpreadsheetVersion.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.  | 
static SpreadsheetVersion[] | 
SpreadsheetVersion.values()
Returns an array containing the constants of this enum type, in the order they are declared.  | 
| Uses of SpreadsheetVersion in org.apache.poi.ss.formula | 
|---|
| Methods in org.apache.poi.ss.formula that return SpreadsheetVersion | |
|---|---|
 SpreadsheetVersion | 
FormulaParsingWorkbook.getSpreadsheetVersion()
Returns an enum holding spreadhseet properties specific to an Excel version ( max column and row numbers, max arguments to a function, etc.)  | 
| Constructors in org.apache.poi.ss.formula with parameters of type SpreadsheetVersion | |
|---|---|
SharedFormula(SpreadsheetVersion ssVersion)
 | 
|
| Uses of SpreadsheetVersion in org.apache.poi.ss.util | 
|---|
| Methods in org.apache.poi.ss.util with parameters of type SpreadsheetVersion | |
|---|---|
static boolean | 
CellReference.cellReferenceIsWithinRange(java.lang.String colStr,
                           java.lang.String rowStr,
                           SpreadsheetVersion ssVersion)
Used to decide whether a name of the form "[A-Z]*[0-9]*" that appears in a formula can be interpreted as a cell reference.  | 
static CellReference.NameType | 
CellReference.classifyCellReference(java.lang.String str,
                      SpreadsheetVersion ssVersion)
Classifies an identifier as either a simple (2D) cell reference or a named range name  | 
static boolean | 
CellReference.isColumnWithnRange(java.lang.String colStr,
                   SpreadsheetVersion ssVersion)
 | 
static boolean | 
CellReference.isRowWithnRange(java.lang.String rowStr,
                SpreadsheetVersion ssVersion)
 | 
 void | 
CellRangeAddressBase.validate(SpreadsheetVersion ssVersion)
Validate the range limits against the supplied version of Excel  | 
| Uses of SpreadsheetVersion in org.apache.poi.xssf.usermodel | 
|---|
| Methods in org.apache.poi.xssf.usermodel that return SpreadsheetVersion | |
|---|---|
 SpreadsheetVersion | 
XSSFEvaluationWorkbook.getSpreadsheetVersion()
 | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||