public class OutputOldExcel extends OutputExcel
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
CONVERT_TO_OLD_EXCEL |
CONVERT_TO_EXCEL| 构造器和说明 |
|---|
OutputOldExcel() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
flush(java.io.OutputStream out,
ResultWorkBook result)
将结果报表导出为对应文件
|
java.lang.String |
getFileSuffix()
文件后缀
|
int |
getFormat()
结果文件标识
|
flushWithParentPath, flushWithPram, fromInteger, registerOutputFormat, removeOutputFormat, resultFile, withParam, withParentPathpublic static final int CONVERT_TO_OLD_EXCEL
public int getFormat()
OutputFormatProvidergetFormat 在接口中 OutputFormatProvider<ResultWorkBook>getFormat 在类中 OutputExcelpublic java.lang.String getFileSuffix()
OutputFormatProvidergetFileSuffix 在接口中 OutputFormatProvider<ResultWorkBook>getFileSuffix 在类中 OutputExcelpublic void flush(java.io.OutputStream out,
ResultWorkBook result)
throws java.lang.Exception
OutputFormatProviderflush 在接口中 OutputFormatProvider<ResultWorkBook>flush 在类中 OutputExceljava.lang.Exception