Excel loader is having problem in loading columns more than first row columns
Closed this issue · 3 comments
ravi-polampelli commented
For e.g: If first row has 3 columns, but if other method has 5 columns
Then excel loader is unable to load those columns, due to countNonEmptyColumns() method in ExcelDataLoader class file.
ravi-polampelli commented
I have fixed this issue, by using firstEmptyCellPosition in that row. I will upload it soon for merging
ravi-polampelli commented
This issue is fixed. by using column index values.
anujgandharv commented
Excellento :)