|
|
@ -91,6 +91,7 @@ public class ExportApi { |
|
|
|
/**将结果工作薄导出为2003Excel文件*/ |
|
|
|
/**将结果工作薄导出为2003Excel文件*/ |
|
|
|
outputStream = new FileOutputStream(new java.io.File(outputUrl+"ExcelExport2003.xls")); |
|
|
|
outputStream = new FileOutputStream(new java.io.File(outputUrl+"ExcelExport2003.xls")); |
|
|
|
ExcelExporter ExcelExport = new ExcelExporter(); |
|
|
|
ExcelExporter ExcelExport = new ExcelExporter(); |
|
|
|
|
|
|
|
ExcelExport.setVersion(true); |
|
|
|
ExcelExport.export(outputStream, workbook.execute(parameterMap, new WriteActor())); |
|
|
|
ExcelExport.export(outputStream, workbook.execute(parameterMap, new WriteActor())); |
|
|
|
|
|
|
|
|
|
|
|
/**将结果工作薄导出为2007Excel文件*/ |
|
|
|
/**将结果工作薄导出为2007Excel文件*/ |
|
|
|