Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Download an image to Excel file

Former Member
0 Kudos

Hi,

I am downloading an internal table to an excel sheet using

'cl_gui_frontend_services=>clipboard_export'.

Now i also want to download an image to that excel file.

can any one please tell me how?

thanks.

1 REPLY 1

Former Member
0 Kudos

Hi,

TAke a look at these weblogs:

/people/sergio.ferrari2/blog/2006/06/11/downloading-data-into-excel-with-format-options-from-sap-web-applications

/people/sergio.ferrari2/blog/2006/06/12/spreadsheet-integration--which-approach-for-which-sap-technology

I suggest you export an excel file, with an image, as XML and examine de xml to finf out how to export it.