Package | Description |
---|---|
org.apache.poi.hssf.usermodel |
usermodel package maps HSSF low level strutures 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 | Class and Description |
---|---|
class |
HSSFEvaluationWorkbook
Internal POI use only
|
Modifier and Type | Method and Description |
---|---|
static Ptg[] |
FormulaParser.parse(java.lang.String formula,
FormulaParsingWorkbook workbook,
FormulaType formulaType,
int sheetIndex)
Parse a formula into an array of tokens
Side effect: creates name (
Workbook.createName() )
if formula contains unrecognized names (names are likely UDFs) |
static Ptg[] |
FormulaParser.parse(java.lang.String formula,
FormulaParsingWorkbook workbook,
FormulaType formulaType,
int sheetIndex,
int rowIndex)
Parse a formula into an array of tokens
Side effect: creates name (
Workbook.createName() )
if formula contains unrecognized names (names are likely UDFs) |
static Area3DPxg |
FormulaParser.parseStructuredReference(java.lang.String tableText,
FormulaParsingWorkbook workbook,
int rowIndex)
Parse a structured reference.
|
Modifier and Type | Class and Description |
---|---|
class |
SXSSFEvaluationWorkbook
SXSSF wrapper around the SXSSF and XSSF workbooks
|
Modifier and Type | Class and Description |
---|---|
class |
BaseXSSFEvaluationWorkbook
Internal POI use only - parent of XSSF and SXSSF evaluation workbooks
|
class |
XSSFEvaluationWorkbook
Internal POI use only
|
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.