SheetJS + Angular 2+ demo

The core library can be used as-is in angular applications.
The Community Edition README details some common use cases.
We also have some more public demos

This demo shows `SheetJSComponent` which provides:
- File input button with an event handler to parse the workbook
- `data` property: array of arrays
- Simple angular table which binds to the `data` property
- `export` function that exports the `data` property to a new file.

Sample Spreadsheet