update 优化 关于excel说明

This commit is contained in:
疯狂的狮子Li
2025-04-18 17:47:05 +08:00
parent ae65985fbc
commit 7ecf4bbf1c
2 changed files with 2 additions and 2 deletions

View File

@ -175,7 +175,7 @@ public class ExcelDownHandler implements SheetWriteHandler {
List<String> firstOptions = options.getOptions();
Map<String, List<String>> secoundOptionsMap = options.getNextOptions();
// 采用按行填充数据的方式,避免EasyExcel出现数据无法写入的问题
// 采用按行填充数据的方式,避免出现数据无法写入的问题
// Attempting to write a row in the range that is already written to disk
// 使用ArrayList记载数据防止乱序