public abstract class ExcelReport extends Object
| Constructor and Description |
|---|
ExcelReport() |
| Modifier and Type | Method and Description |
|---|---|
protected jxl.write.WritableCell |
center(jxl.write.WritableCell cell) |
void |
error(String msg) |
protected int |
getColumnNumber(String column) |
void |
info(String msg) |
protected jxl.write.Number |
newIntCell(int col,
int row,
int num) |
protected jxl.write.Number |
newIntCell(String column,
int row,
int num) |
protected jxl.write.Label |
newStringCell(int col,
int row,
String content) |
protected jxl.write.Label |
newStringCell(String column,
int row,
String content) |
protected void |
produceExcel(File outputFile) |
protected abstract void |
produceExcel(File outputFile2,
jxl.write.biff.WritableWorkbookImpl workbook,
jxl.write.WritableSheet sheet) |
protected jxl.write.WritableCell |
textVertical(jxl.write.WritableCell cell) |
void |
warn(String msg) |
public void info(String msg)
public void warn(String msg)
public void error(String msg)
protected void produceExcel(File outputFile)
protected abstract void produceExcel(File outputFile2, jxl.write.biff.WritableWorkbookImpl workbook, jxl.write.WritableSheet sheet) throws Exception
Exceptionprotected jxl.write.Label newStringCell(int col,
int row,
String content)
protected jxl.write.Number newIntCell(String column, int row, int num) throws jxl.write.WriteException
jxl.write.WriteExceptionprotected jxl.write.Number newIntCell(int col,
int row,
int num)
throws jxl.write.WriteException
jxl.write.WriteExceptionprotected jxl.write.WritableCell textVertical(jxl.write.WritableCell cell)
throws jxl.write.WriteException
jxl.write.WriteExceptionprotected jxl.write.WritableCell center(jxl.write.WritableCell cell)
throws jxl.write.WriteException
jxl.write.WriteExceptionprotected int getColumnNumber(String column)
Copyright © 2019 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.