cancel
Showing results for 
Search instead for 
Did you mean: 

Export Data to Excel Target

dunncrew
Explorer
0 Kudos

Hi, I would like to query data and export it to an Excel XLSX target file, preferably into 4 different tabs.

I see how to export to CSV as a target, but not Excel.

Is there a way to run 4 queries, and get the results into 1 XLSX file in 4 tabs ?

Running SAPDS ver 14.2.13.2467

dunncrew
Explorer
0 Kudos

I was not able to find a solution in SAPDS.

I used SQL Server Integrations Services ( SSIS ) to accomplish this.

0 Kudos

Hi there.

DS does not support ".xslx" but you can export to an excel file in ".xls"format.

All you would need to do is specify that it is a Tab Delimited file and add extension .xls at the end on the name, as per screenshot below.

This opens in excel fine and i havent had any issues setting my export files up in this way.

Hope this helps.

dunncrew
Explorer
0 Kudos

Thanks for that. Can different tabs within the XLS be specified to be created & loaded with data ?

Accepted Solutions (0)

Answers (1)

Answers (1)

RichS
Participant
0 Kudos

As far as I know, this is not supported by Data Services out-of-the-box.

However, it is possible using external resources. We do it in our environment by storing results in temporary, delimited text files and then calling a custom function which executes a free utility which converts each temporary file into a worksheet in an Excel .xlsx target file. It is not for the faint of heart.

dunncrew
Explorer
0 Kudos

What is the "free utility" ?

I see SQL Server can easily export to Excel. I hoped SAPDS had the same function.

Not encouraging !! "It is not for the faint of heart."