how to write data in excel without having office installed in server
I have a package which loads data from table to excel.but in excel destination (i.e server) Ms office is not installed.I want to load the data to excel without ms office being installed onto the server. fuzailrashid
June 21st, 2011 9:28am

You can't use excel features without installing MS office because you need to add COM referenece to your project. Work Around: Save your Excel data as CSV (comma separated value) files with SSIS. Let us TRY this | Mail me My Blog :: http://quest4gen.blogspot.com/
Free Windows Admin Tool Kit Click here and download it now
June 21st, 2011 9:59am

is there any dll or directory that generates excel file without office being installedfuzailrashid
June 21st, 2011 10:02am

is there any dll or directory that generates excel file without office being installed fuzailrashid Please check this blog.. you can install the derives.. Let us TRY this | Mail me My Blog :: http://quest4gen.blogspot.com/
Free Windows Admin Tool Kit Click here and download it now
June 21st, 2011 11:01am

is there any dll or directory that generates excel file without office being installed fuzailrashid There are a few commercial components, but they will cost you about the same as an Office installation... and they required .net knowledge (Script Component). The CSV workaround is a better solution. Please mark the post as answered if it answers your question | My SSIS Blog: http://microsoft-ssis.blogspot.com
June 21st, 2011 11:09am

The CSV workaround is a better solution. I dont understand how to do this.fuzailrashid
Free Windows Admin Tool Kit Click here and download it now
June 21st, 2011 12:24pm

The CSV workaround is a better solution. I dont understand how to do this. fuzailrashid Just use a flat file destination instead of an excel destination. Give it the extension .csv and use delimiter (, or ;)instead of fixed width. The only drawback of this workaround is that you can't have multiple tabs. But the csv opens in excel and looks like a worksheet: test Please mark the post as answered if it answers your question | My SSIS Blog: http://microsoft-ssis.blogspot.com
June 21st, 2011 12:42pm

in csv file the column data are scattered i.e in column a if the data is no1,cross road , in excel it appears as two column how to avoid itfuzailrashid
Free Windows Admin Tool Kit Click here and download it now
June 21st, 2011 1:58pm

The Text Qualifier option allows you to specify that character data is wrapped in quotes or some type of qualifier. This helps you when you have a file that is delimited by commas, and you also have commas inside some of the text data that you do not wish to separate by. Setting a Text Qualifier will ignore those commas inside the text data.Let us TRY this | Mail me My Blog :: http://quest4gen.blogspot.com/
June 21st, 2011 2:14pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics