SAP Fiori Excel Plug-in can be integrated with any Fiori App to export the view content into Excel. The generated Excel has similar UI alignment as your Fiori App. Whether you are developing a new Fiori App or working with standard Apps, it’s easy to integrate this plugin by adding few lines of code. How it works? Create a new folder with name js in Fiori Project folder if does not exist already. Copy the source files to the js Folder. Add the below lines of code in the include section of component.js Open the xxxx.view.xml where you want to provide the export to Excel functionality. Add a button with Excel logo in the footer section. Copy the below JS method to the xxxx.controller.js That’s all we have to do. On click of the Excel button, the program understands the UI and generates the similar layout as per your application. We have optimized the Excel layout as much as possible to make it similar with Fiori App. Please note the cur