How to read excel data where columns are merged

I have data in excel where in some columns data have been merged

like A and B columns have been merged

i want to read the row(0) value and get the corresponding row(1) value here

problem is since both a and b columns are merged can i get the values as expected
or is there any other solutions

Refer these and let us know if u r looking for something else

In this video u can u merge and read simply as a datatable with read range

Or

@T_Y_Raju

this is bala reva package right

Yes that’s right
Most commonly used @T_Y_Raju

Hi @T_Y_Raju ,

Is it possible to provide a Sample Excel data and the Output that you are expecting, we could derive the methods for accessing the Merged data as when read using Datatable, the Data always gets stored in the First Column of the Merged Cell. So we could access the values accordingly in that manner.