SheetJS + AngularJS demo


The core library can be used as-is in AngularJS applications. The SheetJS + AngularJS demo covers common strategies.

This demo shows:
Sample Spreadsheet

The table has hardcoded fields `Name` and `Index`.

Testing
  1. Load page. The table should show a list of presidents.
  2. Click "Export Table" and confirm that a file was downloaded.
  3. Open the generated file in a spreadsheet editor and add a new row.
  4. Use the file input element to select the edited file. The table should refresh.


NameIndex
{{row.Name}} {{row.Index}}