Package | Description |
---|---|
org.apache.poi.hssf.usermodel |
The usermodel package maps HSSF low level structures to familiar workbook/sheet model
|
org.apache.poi.ss.formula |
This package contains common internal POI code for manipulating formulas.
|
org.apache.poi.xssf.streaming | |
org.apache.poi.xssf.usermodel |
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 |
SXSSFEvaluationWorkbook.getSheet(int sheetIndex) |
Modifier and Type | Method and Description |
---|---|
int |
SXSSFEvaluationWorkbook.getSheetIndex(EvaluationSheet evalSheet) |
Modifier and Type | Method and Description |
---|---|
EvaluationSheet |
XSSFEvaluationWorkbook.getSheet(int sheetIndex) |
Modifier and Type | Method and Description |
---|---|
int |
XSSFEvaluationWorkbook.getSheetIndex(EvaluationSheet evalSheet) |
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.