Package | Description |
---|---|
org.apache.poi.xssf.usermodel | |
org.apache.poi.xssf.usermodel.helpers |
Modifier and Type | Method and Description |
---|---|
XSSFTableColumn |
XSSFTable.createColumn(java.lang.String columnName)
Add a new column to the right end of the table.
|
XSSFTableColumn |
XSSFTable.createColumn(java.lang.String columnName,
int columnIndex)
Adds a new column to the table.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<XSSFTableColumn> |
XSSFTable.getColumns()
Note this list is static - once read, it does not notice later changes to the underlying column structures
To clear the cache, call
XSSFTable.updateHeaders() |
Modifier and Type | Method and Description |
---|---|
void |
XSSFTable.removeColumn(XSSFTableColumn column)
Remove a column from the table.
|
Modifier and Type | Method and Description |
---|---|
XSSFTableColumn |
XSSFXmlColumnPr.getTableColumn()
Get the column for which these XML column properties are set.
|
Constructor and Description |
---|
XSSFXmlColumnPr(XSSFTableColumn tableColumn,
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTXmlColumnPr ctXmlColumnPr)
Create a new XSSFXmlColumnPr (XML column properties) wrapper around a
CTXmlColumnPr.
|
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.