#Angular 2 - Spring rest api with excel export/import
This project demonstrates how to use Angular 2 to export and import MS Excel file. Spring mvc(4.2) is used to provide api which is generating excel file.
Project is organized in to two modules.
- importexportapi - spring backend
- ng2ui -- angular 2 frontend
Angular 2 frontend has dependency on FileSaver.js to save file.