Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
rwaldron
Posting Yak Master
131 Posts |
Posted - 2009-06-19 : 12:32:46
|
| Hi all,I have used sp_makewebtask previously to export the results of a query to xls file.But now I have some columns that need to be formatted in a perticular way in excel.ie: 123456789123456 shows as 1.2E+14 in excelIn excel if I format this column to numeric with no decimals I get the desired 123456789123456My question is can sp_makewebtask be used to programatically format how excel displays the data or do I need to go about it differentlythx,Ray.. |
|
|
|
|
|