R
richard
Hi,
I am retrieving data from an Excel S'sheet using ADO.Net. I am using a
Schema with that dataset.
One column has a datatype of xs:string in the Schema.
I have formatted the column to be of type Text. However because the fields
in that column on the Ss'sheet can be numeric, Excel sets that cell to be
numeric rather than a Text. When I fill my dataset a NULL value is used
rather than the string version of the number.
Is there a different datatype I can use in my Schema to overcome this or
another way to resolve this?
Cheers,
Richard
I am retrieving data from an Excel S'sheet using ADO.Net. I am using a
Schema with that dataset.
One column has a datatype of xs:string in the Schema.
I have formatted the column to be of type Text. However because the fields
in that column on the Ss'sheet can be numeric, Excel sets that cell to be
numeric rather than a Text. When I fill my dataset a NULL value is used
rather than the string version of the number.
Is there a different datatype I can use in my Schema to overcome this or
another way to resolve this?
Cheers,
Richard