angular.js - How does angular implement excel export through $http service?
为情所困2017-05-15 17:08:07
0
1
638
The front-end and back-end are separated. The front-end passes the post to the back-end through ng's $http, and the back-end returns data with response type application/vns.ms-excel. Is there any way to let the browser download the excel file?