| Package | Description |
|---|---|
| org.apache.poi.xssf.model | |
| org.apache.poi.xssf.usermodel |
| Modifier and Type | Method | Description |
|---|---|---|
XSSFCellStyle |
StylesTable.createCellStyle() |
|
XSSFCellStyle |
StylesTable.getStyleAt(int idx) |
| Modifier and Type | Method | Description |
|---|---|---|
int |
StylesTable.putStyle(XSSFCellStyle style) |
| Modifier and Type | Method | Description |
|---|---|---|
XSSFCellStyle |
XSSFWorkbook.createCellStyle() |
Create a new XSSFCellStyle and add it to the workbook's style table
|
XSSFCellStyle |
XSSFCell.getCellStyle() |
Return the cell's style.
|
XSSFCellStyle |
XSSFWorkbook.getCellStyleAt(int idx) |
Get the cell style object at the given index
|
XSSFCellStyle |
XSSFWorkbook.getCellStyleAt(short idx) |
Get the cell style object at the given index
|
XSSFCellStyle |
XSSFRow.getRowStyle() |
Returns the whole-row cell style.
|
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.