Package | Description |
---|---|
org.zkoss.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.zkoss.poi.ss | |
org.zkoss.poi.ss.formula |
This package contains common internal POI code for manipulating formulas.
|
org.zkoss.poi.ss.util | |
org.zkoss.poi.xssf.usermodel | |
org.zkoss.zss.model.impl.sys.formula |
ZK Spreadsheet Internal Book Model Implementation classes.
|
Modifier and Type | Method and Description |
---|---|
SpreadsheetVersion |
HSSFEvaluationWorkbook.getSpreadsheetVersion() |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.)
|
Constructor and Description |
---|
PtgShifter(int externSheetIndex,
int firstRow,
int lastRow,
int rowAmount,
int firstCol,
int lastCol,
int colAmount,
SpreadsheetVersion ver) |
SharedFormula(SpreadsheetVersion ssVersion) |
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
SpreadsheetVersion |
XSSFEvaluationWorkbook.getSpreadsheetVersion() |
Modifier and Type | Method and Description |
---|---|
SpreadsheetVersion |
ParsingBook.getSpreadsheetVersion() |
SpreadsheetVersion |
EvalBook.getSpreadsheetVersion() |
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.