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.formula |
This package contains common internal POI code for manipulating formulas.
|
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 |
---|---|
EvaluationSheet |
HSSFEvaluationWorkbook.getSheet(int sheetIndex) |
Modifier and Type | Method and Description |
---|---|
int |
HSSFEvaluationWorkbook.getSheetIndex(EvaluationSheet evalSheet) |
Modifier and Type | Method and Description |
---|---|
EvaluationSheet |
EvaluationCell.getSheet() |
EvaluationSheet |
EvaluationWorkbook.getSheet(int sheetIndex) |
Modifier and Type | Method and Description |
---|---|
int |
EvaluationWorkbook.getSheetIndex(EvaluationSheet sheet) |
Modifier and Type | Method and Description |
---|---|
EvaluationSheet |
XSSFEvaluationWorkbook.getSheet(int sheetIndex) |
Modifier and Type | Method and Description |
---|---|
int |
XSSFEvaluationWorkbook.getSheetIndex(EvaluationSheet evalSheet) |
Modifier and Type | Class and Description |
---|---|
class |
EvalSheet |
Modifier and Type | Method and Description |
---|---|
EvaluationSheet |
EvalBook.getSheet(int sheetIndex) |
Modifier and Type | Method and Description |
---|---|
int |
EvalBook.getSheetIndex(EvaluationSheet evalSheet) |
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.