Uses of Interface
org.apache.poi.ss.usermodel.Table
Packages that use Table
Package
Description
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
This package contains common internal POI code for manipulating formulas.
-
Uses of Table in org.apache.poi.hssf.usermodel
Methods in org.apache.poi.hssf.usermodel that return Table -
Uses of Table in org.apache.poi.ss.formula
Methods in org.apache.poi.ss.formula that return Table -
Uses of Table in org.apache.poi.ss.usermodel
Methods in org.apache.poi.ss.usermodel with parameters of type TableModifier and TypeMethodDescriptionA range is returned only for the part of the table matching this enum instance and containing the given cell.TableStyleType.appliesTo
(Table table, CellReference cell) A range is returned only for the part of the table matching this enum instance and containing the given cell reference.final CellRangeAddressBase
TableStyleType.getRange
(Table table, CellReference cell) -
Uses of Table in org.apache.poi.xssf.usermodel
Classes in org.apache.poi.xssf.usermodel that implement TableModifier and TypeClassDescriptionclass
This class implements the Table Part (Open Office XML Part 4: chapter 3.5.1) Columns of this table may contains mappings to a subtree of an XML.Methods in org.apache.poi.xssf.usermodel with parameters of type TableModifier and TypeMethodDescriptionXSSFSheet.createPivotTable
(Table source, CellReference position) Create a pivot table using the Table, at the given position.