I am using ColdFusion to query a Access database and the query results are output as an Excel spreadsheet. The problem that I am have is this: There are two columns that are not displaying the data properly once it is convert to an Excel spreadsheet. There is a 16 digit number column that is being displayed as 1.233+E23 or something to that nature and the Date column is being dispaly as 17:34 when it should be the full date and time. How can I format these two columns to dispaly the data correctly after it is output as anexcel spreadsheet in the browser.
Thans in advance
Start Free Trial