public interface IExcelGrid
| Modifier and Type | Method and Description | 
|---|---|
IExcelColumn | 
getColumn(int columnIndex)
Get column at given column index. 
 | 
IExcelCellStyle | 
getDefaultStyle()  | 
String | 
getName()  | 
void | 
setDefaultStyle(IExcelCellStyle defaultStyle)
Set default style for each cell in this grid 
 | 
void | 
setName(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(String name)
String getName()