Closed Krishna9331 closed 3 years ago
Thanks for the pull request (although I cannot merge it). Could you rebase this with the current master, as there seems to be more changes not related to the issue at hand in this pull request.
@mdeinum I have created separate pull request, since I saw there was few logic change in current master. https://github.com/spring-projects/spring-batch-extensions/pull/31
This was largely a part of #65.
There is a issue with the existing code if we implement this in spring batch for below condition:
1)If Excel sheet has continuous blank row at last 2)If Excel Sheet has Blank row in the middle(sample.xml attached)
In such case The Reader phase of Spring batch unnecessary continue looping even there is no data in the excel sheet.