| Package | Description |
|---|---|
| io.keikai.model.impl.sys.formula |
Keikai Spreadsheet Internal Book Model Implementation classes.
|
| org.zkoss.poi.hssf.usermodel |
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
|
| org.zkoss.poi.ss.formula |
This package contains common internal POI code for manipulating formulas.
|
| org.zkoss.poi.xssf.usermodel |
| 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) |
| 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) |
Copyright © 2020. All rights reserved.