Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copy To excel question
Message
From
10/01/2006 09:59:16
 
 
To
All
General information
Forum:
Microsoft SQL Server
Category:
Import/Export
Title:
Copy To excel question
Environment versions
SQL Server:
SQL Server 2000
Miscellaneous
Thread ID:
01085186
Message ID:
01085186
Views:
61
Hi,

I have written this DTS package that copies data from SQL query into the excel table. I used activeX script to create the excel file. The problem is the excel file created has the fix cell size and due to this by default my data is not readable. User has to expand individual cells to make sense. Can we increase the size of the cells in DTS. Here is the script I wrote.
Dim ExcelA
set ExcelA = CreateObject("Excel.Application")
ExcelW.SaveAs OBFileName ''''OBFilename is the excel file name with path.

Then in execute SQL task, I create table for excel file like
CREATE TABLE `Sheet1$` (
`InBound_File_name` Char (255) , .....


and fill it from a SQL query.

Thanks
Bharat
Next
Reply
Map
View

Click here to load this message in the networking platform