Using VS2005.
Using third party components(telerik) to display data on a webpage.
Using the ExportDataToExcel() to export to MS Excel.
When I export the data to the excel(2002) spreadsheet, all columns are displayed as Text rather than their datatype from the database.
When I watch the DataTable parameter, it's telling me its a Number, actually a decimal, but displayed as text in Excel.
Anyone have any ideas as to how to properly handle the datatypes for Excel?
Thanks.
Using third party components(telerik) to display data on a webpage.
Using the ExportDataToExcel() to export to MS Excel.
When I export the data to the excel(2002) spreadsheet, all columns are displayed as Text rather than their datatype from the database.
When I watch the DataTable parameter, it's telling me its a Number, actually a decimal, but displayed as text in Excel.
Anyone have any ideas as to how to properly handle the datatypes for Excel?
Thanks.