spring-batch-extensions icon indicating copy to clipboard operation
spring-batch-extensions copied to clipboard

Add readOnly boolean on PoiItemReader

Open EXAXL opened this issue 1 year ago • 0 comments

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

EXAXL avatar Jun 18 '24 07:06 EXAXL