|
|
|
@@ -40,9 +40,6 @@ public class ExcelService { |
|
|
|
defaultExport(headList, dataList, fileName, response, exportParams, false); |
|
|
|
} |
|
|
|
|
|
|
|
public static void main(String[] args) { |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
public void exportExcel(List<?> list, String title, String sheetName, Class<?> pojoClass, String fileName, boolean isCreateHeader, HttpServletResponse response) |
|
|
|
{ |
|
|
|
|