public interface IExcelGrid
| Modifier and Type | Method and Description |
|---|---|
IExcelColumn |
getColumn(int columnIndex)
Get column at given column index.
|
IExcelCellStyle |
getDefaultStyle() |
java.lang.String |
getName() |
void |
setDefaultStyle(IExcelCellStyle defaultStyle)
Set default style for each cell in this grid
|
void |
setName(java.lang.String name)
Set the name of the grid, this name will be presented as the excel sheet name
|
IExcelCellStyle getDefaultStyle()
void setDefaultStyle(IExcelCellStyle defaultStyle)
defaultStyle - IExcelColumn getColumn(int columnIndex)
columnIndex - the column index.void setName(java.lang.String name)
java.lang.String getName()