2 Commits

Author SHA1 Message Date
ckpaly
411399eda2 Pre Merge pull request !439 from ckpaly/springboot3 2025-12-03 03:26:57 +00:00
ckpaly
f0bfbce1d8 代码优化,删除部分冗余代码 2025-11-28 17:04:36 +08:00

View File

@@ -585,9 +585,8 @@ public class ExcelUtil<T>
/** /**
* 填充excel数据 * 填充excel数据
* *
* @param index 序号 * @param index 序号
* @param row 单元格行
*/ */
@SuppressWarnings("unchecked") @SuppressWarnings("unchecked")
public void fillExcelData(int index) public void fillExcelData(int index)