Commit 723caa19 authored by yanzg's avatar yanzg

下载视频

parent 969b37ec
......@@ -203,6 +203,7 @@ public class ExcelConsole<T extends Object> implements DbRow<T> {
// 创建工作簿对象
workbook = new SXSSFWorkbook(this.cacheRow);
workbook.setCompressTempFiles(true);
sheet = workbook.createSheet();
style = initColumnCenterstyle(workbook);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment