|
|
|
@@ -57,7 +57,7 @@ public class ExcelService { |
|
|
|
|
|
|
|
private static void defaultExport(List<Map<String, Object>> list, String fileName, HttpServletResponse response) |
|
|
|
{ |
|
|
|
Workbook workbook = ExcelExportUtil.exportExcel(list, ExcelType.XSSF); |
|
|
|
Workbook workbook = ExcelExportUtil.exportExcel(list, ExcelType.HSSF); |
|
|
|
if (workbook != null); |
|
|
|
downLoadExcel(fileName, response, workbook); |
|
|
|
} |
|
|
|
|