cancel
Showing results for 
Search instead for 
Did you mean: 

Export to Excel/PDF with company logo from SAP Design Studio

former_member334960
Participant
0 Kudos

Hi All,

I am exporting design studio report to excel,CSV and PDF using the below commands:

APPLICATION.export(ExportType.EXCEL_xlsx);
APPLICATION.export(ExportType.CSV);
PDF.exportApplication();

The export output does not contain any formatting like the company logo , report name , borders, colors etc. It only has data without any report formats.

Can someone please let me know how to export the report with formatting in the export output.

Version Used : DESIGN STUDIO 1.6 SP06 Patch 3

Thanks

Poojitha

Accepted Solutions (0)

Answers (3)

Answers (3)

sinaei
Contributor
0 Kudos

Hi,

For PDF, you are right, I also had some problems with Exporting to PDF. I did it with a workaround.
in your case maybe is better to selet the image that has the size that you are looking for...
Unless in workaround as we did, you can add a logo in your dashboard in the Panel of your charts. then you need to add another blank image outside of the panel (in order to not seeing the logo in dashboard) then when you exporting to pdf you can select your panel. if the logo is inside panel, you can see it in the PDF version

Hope it helps

former_member334960
Participant
0 Kudos

Thanks for the inputs

sinaei
Contributor
0 Kudos

Hi Poojitha,

For PDF you can set your logo, I do not know bout excel I have not seen it.
For PDF, you added "PDF" under TechnciclComponents.
If you go to properties you can see some features. for logo you can add an Image. You can set a title and etc

former_member334960
Participant
0 Kudos

Hi,

Thanks, but for PDF, when we use the image from the Properties option, the options to change the properties of the image i.e the size of the image is not available.

Also, for Excel there doesn't seem to be having a direct option.

Thanks

former_member334960
Participant
0 Kudos

Is there a place where I can place the template on the server.

Can someone please provide your inputs on this?

Thanks