You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using as-is PoiItemReader implementation force to rewrite each time input file.
Sometime you don't need it/you can not do it (in our case we can not edit a file put on a nfs).
It could be nice adding a boolean field if the workbook has to be in readOnly mode or not.
In the current implementation it is always force to false
The text was updated successfully, but these errors were encountered:
EXAXL
changed the title
Adding readOnly boolean on PoiItemReader
Add readOnly boolean on PoiItemReader
Jun 18, 2024
I wonder if this wouldn't just be a sensible default in the first place. The reader should only read the file not modify it. So we could argue here that we just always should open it in read-only mode. I don't expect any problems if we do so.
Using as-is PoiItemReader implementation force to rewrite each time input file.
Sometime you don't need it/you can not do it (in our case we can not edit a file put on a nfs).
It could be nice adding a boolean field if the workbook has to be in readOnly mode or not.
In the current implementation it is always force to false
The text was updated successfully, but these errors were encountered: