Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

myexcel使用的版本是:4.2.0 jdk 版本是:11 ,在使用SaxExcelReader 的时候报错 #375

Open
2565338472 opened this issue Jul 19, 2022 · 2 comments

Comments

@2565338472
Copy link

报错具体内容如下:
控制台- admin-app - 2022-07-16 10:24:28 [http-nio-9090-exec-1] INFO com.github.liaochong.myexcel.core.SaxExcelReader - Start read excel, sheet:Sheet1,index:0 控制台- admin-app - 2022-07-16 10:24:28 [http-nio-9090-exec-1] WARN com.github.liaochong.myexcel.utils.TempFileOperator - Delete temp file failure java.nio.file.FileSystemException: C:\Users\it014\AppData\Local\Temp\poifiles\liaochong$myexcel_s_c_150_14411347705055853570.data: 另一个程序正在使用此文件,进程无法访问。

实体类:
企业微信截图_16582013382297

代码调用:
SaxExcelReader<PutWarehouseSelfFlyOrderImport> saxExcelReader = SaxExcelReader.of(PutWarehouseSelfFlyOrderImport.class); importInfos = saxExcelReader.rowFilter(row -> row.getRowNum() > 0).read(file);

@liaochong
Copy link
Owner

liaochong commented Jul 19, 2022 via email

@2565338472
Copy link
Author

我尝试过了,在我们的测试环境还是存在响应的问题,我们测试环境是Linux的

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants