cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Export Data to Excel Target

dunncrew
Participant
0 Likes
1,961

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

Accepted Solutions (0)

Answers (1)

Answers (1)

RichS
Participant
0 Likes

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
Participant
0 Likes

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."