G
Guest
Hi
I'm using an Excel-file generated by a third-part
application as input to my C# app. The problem occurs i
one of the worksheets in that Excel-file, where there i
a single column and no column name, so that the dat
starts in the second row
I'm connecting to the Excel-file as an OleDb-source
using an OleDbDataAdapter to fill a DataTable. I get a
OleDbException when I try to fill the DataTable. Th
exception message is 'Too many fields defined'. Doe
anyone know this message, and how to avoid it
I'm using an Excel-file generated by a third-part
application as input to my C# app. The problem occurs i
one of the worksheets in that Excel-file, where there i
a single column and no column name, so that the dat
starts in the second row
I'm connecting to the Excel-file as an OleDb-source
using an OleDbDataAdapter to fill a DataTable. I get a
OleDbException when I try to fill the DataTable. Th
exception message is 'Too many fields defined'. Doe
anyone know this message, and how to avoid it