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)
IExcelGrid
setName
in interface IExcelGrid
public java.lang.String getName()
getName
in interface IExcelGrid
public IExcelCellStyle getDefaultStyle()
getDefaultStyle
in interface IExcelGrid
public void setDefaultStyle(IExcelCellStyle defaultStyle)
IExcelGrid
setDefaultStyle
in interface IExcelGrid
defaultCellStyle
- the defaultCellStyle to setpublic ExcelColumn getColumn(int columnIndex)
IExcelGrid
getColumn
in interface IExcelGrid
columnIndex
- the column index.public java.util.List<ExcelColumn> getColumns()