IExcelGrid.@Deprecated public class ExcelGrid extends java.lang.Object implements IExcelGrid
| Constructor and Description |
|---|
ExcelGrid()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ExcelColumn |
getColumn(int columnIndex)
Deprecated.
Get column at given column index.
|
java.util.List<ExcelColumn> |
getColumns()
Deprecated.
|
IExcelCellStyle |
getDefaultStyle()
Deprecated.
|
java.lang.String |
getName()
Deprecated.
|
void |
setDefaultStyle(IExcelCellStyle defaultStyle)
Deprecated.
Set default style for each cell in this grid
|
void |
setName(java.lang.String name)
Deprecated.
Set the name of the grid, this name will be presented as the excel sheet name
|
public void setName(java.lang.String name)
IExcelGridsetName in interface IExcelGridpublic java.lang.String getName()
getName in interface IExcelGridpublic IExcelCellStyle getDefaultStyle()
getDefaultStyle in interface IExcelGridpublic void setDefaultStyle(IExcelCellStyle defaultStyle)
IExcelGridsetDefaultStyle in interface IExcelGriddefaultCellStyle - the defaultCellStyle to setpublic ExcelColumn getColumn(int columnIndex)
IExcelGridgetColumn in interface IExcelGridcolumnIndex - the column index.public java.util.List<ExcelColumn> getColumns()