Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copy To excel question
Message
From
10/01/2006 11:16:48
 
 
General information
Forum:
Microsoft SQL Server
Category:
Import/Export
Environment versions
SQL Server:
SQL Server 2000
Miscellaneous
Thread ID:
01085186
Message ID:
01085232
Views:
13
Try something like this after you populate the spreadsheet:

ExcelW.Columns.EntireColumn.AutoFit

>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform