EaseTech/easytest

Excel loader is having problem in loading columns more than first row columns

Closed this issue · 3 comments

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.

I have fixed this issue, by using firstEmptyCellPosition in that row. I will upload it soon for merging

This issue is fixed. by using column index values.

Excellento :)