Uses of Class
org.apache.poi.xssf.usermodel.XSSFTable
Packages that use XSSFTable
-
Uses of XSSFTable in org.apache.poi.xssf.usermodel
Methods in org.apache.poi.xssf.usermodel that return XSSFTableModifier and TypeMethodDescriptionXSSFSheet.createTable()
Deprecated.Use {@link #createTable(AreaReference))} insteadXSSFSheet.createTable
(AreaReference tableArea) Creates a new Table, and associates it with this Sheet.Returns the data table with the given name (case insensitive).XSSFTableColumn.getTable()
Get the table which contains this columnReturns the data table with the given name (case insensitive).Methods in org.apache.poi.xssf.usermodel that return types with arguments of type XSSFTableModifier and TypeMethodDescriptionXSSFMap.getRelatedTables()
XSSFSheet.getTables()
Returns any tables associated with this SheetMethods in org.apache.poi.xssf.usermodel with parameters of type XSSFTableModifier and TypeMethodDescriptionvoid
XSSFSheet.removeTable
(XSSFTable t) Remove table references and relationsConstructors in org.apache.poi.xssf.usermodel with parameters of type XSSFTableModifierConstructorDescriptionprotected
XSSFTableColumn
(XSSFTable table, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTableColumn ctTableColumn) Create a new table column. -
Uses of XSSFTable in org.apache.poi.xssf.usermodel.helpers
Constructors in org.apache.poi.xssf.usermodel.helpers with parameters of type XSSFTableModifierConstructorDescriptionXSSFXmlColumnPr
(XSSFTable table, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTableColumn ctTableColum, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTXmlColumnPr ctXmlColumnPr) Deprecated.