Does anyone know how to write to an Excel file from a database and keeping all the entries as strings? Currently, the script I've written will write everything to the spreadsheet, but any number with more than 8 digits will be written along the lines of "12345678E+9". Is there a way around this without opening the .xls file and reformatting the info manually?