| Methods in tecgraf.javautils.excel.v2 that return TecExcel |
TecExcel |
TecExcel.addTab(String name)
|
TecExcel |
TecExcel.setAlign(int row,
int column,
TecExcel.AlignEnum align)
|
TecExcel |
TecExcel.setBackColor(int row,
int column,
Color color)
|
TecExcel |
TecExcel.setBox(int rowBegin,
int columnBegin,
int rowEnd,
int columnEnd,
int size,
Color color)
|
TecExcel |
TecExcel.setCell(int row,
int column,
String text)
|
TecExcel |
TecExcel.setFont(int row,
int column,
Font font)
|
TecExcel |
TecExcel.setForeColor(int row,
int column,
Color color)
|
TecExcel |
TecExcel.setMerge(int rowBegin,
int columnBegin,
int rowEnd,
int columnEnd)
|
TecExcel |
TecExcel.setTabName(String name)
|