I have some problems when I try to read specific rows of an Excel document.
My implementation is here: Reading Excel in c# where some columns are empty. How you can see, the entire Excel is taken into a DataTable.
Now I want get a specific range of n value:
I think is the DataTable the problem... I think that maybe I should to obtain another DataTable... maybe using another different query?