guixiaoyong

Results 1 issues of guixiaoyong

# 触发场景描述 使用的easyexcel当前最新版3.3.4 这是在开发环境读取文件正常 ![image](https://github.com/alibaba/easyexcel/assets/51164894/053248ed-5d7a-476f-b2a2-2a06cbb080d9) 这是打包后,读取不到的情况 ![image](https://github.com/alibaba/easyexcel/assets/51164894/6e843696-2209-4f66-a4d7-bf4a1b805fb1) 这是打印的日志 ![image](https://github.com/alibaba/easyexcel/assets/51164894/b13b05e0-4ec9-4b95-a6c2-0a97e073dcc5) # 触发Bug时读取的文件 [iQCExport.csv](https://github.com/alibaba/easyexcel/files/14584497/iQCExport.csv) # 代码 ```java EasyExcel.read("C:\\Users\\Administrator\\Desktop\\iQCExport.csv", Data.class, new PageReadListener(dataList -> { ObservableList list = FXCollections.observableList(dataList); // 添加到表格视图中 tableView.setItems(list); for (Data...

bug
question