|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Table | |
---|---|
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.ss.usermodel | |
org.apache.poi.xssf.usermodel |
Uses of Table in org.apache.poi.hssf.usermodel |
---|
Methods in org.apache.poi.hssf.usermodel that return Table | |
---|---|
Table |
HSSFEvaluationWorkbook.getTable(java.lang.String name)
|
Uses of Table in org.apache.poi.ss.formula |
---|
Methods in org.apache.poi.ss.formula that return Table | |
---|---|
Table |
FormulaParsingWorkbook.getTable(java.lang.String name)
XSSF Only - gets a table that exists in the worksheet |
Uses of Table in org.apache.poi.ss.usermodel |
---|
Methods in org.apache.poi.ss.usermodel with parameters of type Table | |
---|---|
CellRangeAddressBase |
TableStyleType.appliesTo(Table table,
Cell cell)
A range is returned only for the part of the table matching this enum instance and containing the given cell. |
Uses of Table in org.apache.poi.xssf.usermodel |
---|
Classes in org.apache.poi.xssf.usermodel that implement Table | |
---|---|
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. |
Methods in org.apache.poi.xssf.usermodel with parameters of type Table | |
---|---|
XSSFPivotTable |
XSSFSheet.createPivotTable(Table source,
CellReference position)
Create a pivot table using the Table, at the given position. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |