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.usermodel |
Modifier and Type | Method and Description |
---|---|
Table |
HSSFEvaluationWorkbook.getTable(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
Table |
FormulaParsingWorkbook.getTable(java.lang.String name)
XSSF Only - gets a table that exists in the worksheet
|
Modifier and Type | Class and Description |
---|---|
class |
XSSFTable
This class implements the Table Part (Open Office XML Part 4:
chapter 3.5.1)
This implementation works under the assumption that a table contains mappings to a subtree of an XML.
|
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.