public class OldExcelOutput extends ExcelOutput
CURRENT_LEVEL, MARK_STRING| 构造器和说明 |
|---|
OldExcelOutput() |
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.String |
fileSuffix()
文件后缀名
|
void |
flush(java.io.OutputStream out,
ResultWorkBook result)
把结果报表导出到输出流中
|
int |
markNumber()
需要是2的指数倍,作为类型标记记录到数据库中
|
java.lang.String |
markString()
用于桥接Java和JavaScript的标记
|
accept, currentAPILevel, filterFiles, mark4Providerpublic java.lang.String fileSuffix()
OutputFormatProviderfileSuffix 在接口中 OutputFormatProviderfileSuffix 在类中 ExcelOutputpublic int markNumber()
OutputFormatProvidermarkNumber 在接口中 OutputFormatProvidermarkNumber 在类中 ExcelOutputpublic java.lang.String markString()
OutputFormatProvidermarkString 在接口中 OutputFormatProvidermarkString 在类中 ExcelOutputpublic void flush(java.io.OutputStream out,
ResultWorkBook result)
throws java.lang.Exception
OutputFormatProviderflush 在接口中 OutputFormatProviderflush 在类中 ExcelOutputjava.lang.Exception