I have implemented this code as mentioned here :
From Excel to DataTable in C# with Open XML
My excel is like this :
So now the code which I wrote does not work as I am unable to skip the first row with unwanted text.
I need to skip the first row & last row, extracting data only from the columns & rows
Please help