cancel
Showing results for 
Search instead for 
Did you mean: 

export to excel

Former Member
0 Kudos

Hi All,

I am trying to do the application for exporting an Excel file.

I am refering to the following document.

https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d0cc41cb-9576-2b10-99a6-ab90ef28...

in that document, showPopUp(WDWebResourceType.XLS, outputStream, "XLS Out Put");

Can any one plz help me where can I find this method or else, any hints to implement the functionality in that method.

Thanks,

Raju BBK.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Colsed as there are no replies

lokesh_kamana
Active Contributor
0 Kudos

Hi Raju,

In the example mentioned by you.

They are dispalying a popup and in that opup they are keeping a link for excel download.

If you dont need that popup.you can remove it.

more over showpopup is a user defined method.

Thanks & regards,

Lokesh

Former Member
0 Kudos

Hi Lokesh,

I want the actual functionality implemented in that method.

In the link I have specified, I didn't find any code for popup window.

Please post the sample code for opening the Excel sheet in that popup.

Thanks,

Raju BBK.

former_member192434
Active Contributor
0 Kudos

I believe you have to create that method manually.