Hi,
I have a List<row> which consists of rows in an excel sheet, using those rows I need to merge cells column wise.
For example, In List<row> I have A,B,C,D columns in each row and List<row> count is 26. I need to merge cells from A6 to A10 and A11 to A15.
I have tried in google also I couldn't get the solution. Please help me in getting a solution.