Package | Description |
---|---|
org.zkoss.poi.hssf.model |
Provides low level API structures for reading, writing, modifying XLS files.
|
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 |
---|---|
EvaluationWorkbook.ExternalSheet |
InternalWorkbook.getExternalSheet(int externSheetIndex) |
Modifier and Type | Method and Description |
---|---|
EvaluationWorkbook.ExternalSheet |
HSSFEvaluationWorkbook.getExternalSheet(int externSheetIndex) |
Modifier and Type | Method and Description |
---|---|
EvaluationWorkbook.ExternalSheet |
FormulaRenderingWorkbook.getExternalSheet(int externSheetIndex) |
EvaluationWorkbook.ExternalSheet |
EvaluationWorkbook.getExternalSheet(int externSheetIndex) |
Modifier and Type | Method and Description |
---|---|
EvaluationWorkbook.ExternalSheet |
XSSFEvaluationWorkbook.getExternalSheet(int externSheetIndex)
Return null if in the same workbook
|
Modifier and Type | Method and Description |
---|---|
EvaluationWorkbook.ExternalSheet |
ParsingBook.getAnyExternalSheet(int externSheetIndex) |
EvaluationWorkbook.ExternalSheet |
ParsingBook.getExternalSheet(int externSheetIndex) |
EvaluationWorkbook.ExternalSheet |
EvalBook.getExternalSheet(int externSheetIndex) |
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.