海南大屏bug修改

This commit is contained in:
hzj
2024-12-02 18:18:33 +08:00
parent e7b4117167
commit 396fe59b94
14 changed files with 469 additions and 510 deletions

View File

@@ -376,4 +376,9 @@ public class EasyExcelUtil {
return new EasyExcelWriteTool(response.getOutputStream());
}
public static void main(String[] args) {
List<Map<Integer, String>> maps = EasyExcelUtil.syncRead("C:\\Users\\无名\\Desktop\\11.xlsx");
System.out.println(maps);
}
}