@@ -87,7 +87,7 @@ public class ExcelUtil<T>
/**
* Excel sheet最大行数,默认65536
*/
- public static final int sheetSize = 65536;
+ public static final int sheetSize = 100005;
* 工作表名称