How to read the first row of a excel sheet?
Hi all,
I wrote an application that reads excel sheets using OleDbDataAdapter and DataSet classes, but it seems that the first row of each sheet is interpreted as a kind of header and it is skipped, so I can only get the data starting from the second row. Is there something I can do to obtain the first row? Can anyone help me with that?
Thanks in advance,
Marconi