We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
报错具体内容如下: 控制台- 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: 另一个程序正在使用此文件,进程无法访问。
控制台- 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: 另一个程序正在使用此文件,进程无法访问。
实体类:
代码调用: SaxExcelReader<PutWarehouseSelfFlyOrderImport> saxExcelReader = SaxExcelReader.of(PutWarehouseSelfFlyOrderImport.class); importInfos = saxExcelReader.rowFilter(row -> row.getRowNum() > 0).read(file);
SaxExcelReader<PutWarehouseSelfFlyOrderImport> saxExcelReader = SaxExcelReader.of(PutWarehouseSelfFlyOrderImport.class); importInfos = saxExcelReader.rowFilter(row -> row.getRowNum() > 0).read(file);
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
我尝试过了,在我们的测试环境还是存在响应的问题,我们测试环境是Linux的
No branches or pull requests
报错具体内容如下:
控制台- 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: 另一个程序正在使用此文件,进程无法访问。
实体类:
代码调用:
SaxExcelReader<PutWarehouseSelfFlyOrderImport> saxExcelReader = SaxExcelReader.of(PutWarehouseSelfFlyOrderImport.class); importInfos = saxExcelReader.rowFilter(row -> row.getRowNum() > 0).read(file);
The text was updated successfully, but these errors were encountered: