|
@ -284,6 +284,7 @@ public class ScreenProjectController { |
|
|
} |
|
|
} |
|
|
formDTO.setPageNo(formDTO.getPageNo() + 1); |
|
|
formDTO.setPageNo(formDTO.getPageNo() + 1); |
|
|
excelWriter.fill(data.getList(), writeSheet); |
|
|
excelWriter.fill(data.getList(), writeSheet); |
|
|
|
|
|
data.getList().clear(); |
|
|
} while (data.getList().size() == formDTO.getPageSize()); |
|
|
} while (data.getList().size() == formDTO.getPageSize()); |
|
|
|
|
|
|
|
|
// String templatePath = "excel/project_temp.xlsx";
|
|
|
// String templatePath = "excel/project_temp.xlsx";
|
|
|