cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to open excel and shared folder from SAP UI5 Application????

Former Member
0 Kudos

Hi Experts ,

I need to open some shared folder and Excel File from SAP UI5 application via some links.

Kindly Suggest me some solution.

Regard,

Rewati Raman

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks VIPLOVE ,

Could you please give me some idea how u did those things.

Kindly answer in Step by Step process.

Regard,

raman

former_member340030
Contributor

Hi Rewati ,

Its a very long process to tell you in step by step , but i follow this tutorial to create REST web services using JAVA . It explains in step by step way only.

And in service main logic you can write the code to download the excel file, you will lot of tutorials on internet for this. Onw which i follow is: https://www.mkyong.com/webservices/jax-rs/download-excel-file-from-jax-rs/

thanks

Viplove

former_member340030
Contributor
0 Kudos

Hi Rewati ,

Its better you should not handle this in javascript (on UI5), handle this from backend where you can create a web service to do that.

Currently in one of my application I have created a REST service which will open an excel file on the browser new window using JAVA and i am using that service in SAPUI5 application.

thanks

Viplove