export excel from json using angularJs
ngJsonExportExcel - export excel from json using AngularJS
=======
#### Bower
```
bower install ng-json-export-excel --save
1. Add json-export-excel.js and FileSaver.js to your main file (index.html)
2. Set ngJsonExportExcel as a dependency in your module`
javascript`
var myapp = angular.module('myapp', ['ngJsonExportExcel'])
3. Example simple:
`html`
filename = 'export-excel'
Default
4. Please find examples in the directory example` or You can check out this live example here: http://plnkr.co/6ieuJ1khmKFds9VYHoDv