SheetJS + AngularJS demo The core library can be used as-is in AngularJS applications. The Community Edition README details some common use cases. We also have some more public demos This demo shows: - $http request for XLSX file and scope update with data - HTML table using ng-repeat - XLSX table export using `XLSX.utils.table_to_book` Sample Spreadsheet
Name | Index |
---|---|
{{row.Name}} | {{row.Index}} |