mlima

mlima

  • NA
  • 1
  • 0

How to read the first row of a excel sheet?

Sep 24 2004 1:58 PM
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