Hi everyone,
I have a stored procedure that gathers data and writes it to an excel file which in turn is emailed out daily. It works great with the exception that all of the data coming across(including my numeric items) are stored as text on the excel file. I need the numeric items to stay numeric. Any ideas? A couple things to note:
My numeric variables are declared as such on the stored procedure.
My columns are formatted as a number on the excel file.
Your help is appreciated!
Thanks,
Nic