Is there a way retrieving Data from an Excel-Sheet using ADO.net and header names when the headers are not on row one?
e.g.
[1: |BLANK | BLANK | BLANK | ] < Blank row
[2: |Name | Age | Address | ] < Header row
[3: |John | Smith | Abstr. | ] < Data row
Isn't there a possibility to specify a "starting cell" ? e.g.
Range A9:EndOfFile
And would this trick resolve my problem?