Hi
I have SSIS Package which exports data from SQL Server to Excel. I drop the table we create in excel and recreate the table using Execute SQL Task.
Whenever I run the package, the excel size increases gradually, but when I open the file and save it as is the filesize decreases. I had similiar problem in DTS and I used vbscript for this operation.
Can anyone help me in writing a vbscript in .net which will use the script task in opening the excel file and saving it with the same name at same location.
If there is any other way , let me know
Thanks