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, withParentPath
public static final int CONVERT_TO_OLD_EXCEL
public int getFormat()
OutputFormatProvider
getFormat
在接口中 OutputFormatProvider<ResultWorkBook>
getFormat
在类中 OutputExcel
public java.lang.String getFileSuffix()
OutputFormatProvider
getFileSuffix
在接口中 OutputFormatProvider<ResultWorkBook>
getFileSuffix
在类中 OutputExcel
public void flush(java.io.OutputStream out, ResultWorkBook result) throws java.lang.Exception
OutputFormatProvider
flush
在接口中 OutputFormatProvider<ResultWorkBook>
flush
在类中 OutputExcel
java.lang.Exception