User-1136466523 posted
Hi,
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p> </o:p>
From your description, it seems that the dataset or datatable’s schema has not defined before you start to transport the data from Excel.
<o:p> </o:p>
Try to create a data Table and define each field with the correct data type you want, and then import the data from your Excel file.
<o:p> </o:p>
Thanks.