I\'m importing an xls file using OleDbCommand to a ds. Problem I\'m having is during the foreach on my ds its skipping for first row. I can\'t figure out why. Any suggest
Maybe you've told it to skip first row. I remember a property that sounds something like FirstRowIsHeader. I think if that is set to true, then it skips. this can be changed at point you create your connection