进度计划数据处理

This commit is contained in:
lcj
2025-11-13 19:34:24 +08:00
parent cf368db9af
commit e93ea2fdfd
13 changed files with 942 additions and 284 deletions

View File

@ -223,6 +223,9 @@ public class ExcelUtil {
.head(clazz)
.autoCloseStream(false)
.registerConverter(new ExcelBigNumberConvert())
// 自动适配
.registerWriteHandler(new LongestMatchColumnWidthStyleStrategy())
.registerWriteHandler(new DataWriteHandler(clazz))
.build();