1.0.0
In the below quick start example, a preview of a sample XLSX file is inserted into a DOM container using Spreadsheet Viewer JavaScript API.
Open the file examples/angular/src/spreadsheet-viewer/spreadsheet-viewer.component.ts in your code editor to see the source code.
To make changes to this example, edit the source code, then run the below commands and refresh the page:
cd examples/angular
npm install
npm run build
The source code follows the Installation guide, adjusted for Angular.