spring-batch-extensions
spring-batch-extensions copied to clipboard
Add readOnly boolean on PoiItemReader
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