Spreadsheet Viewer

1.0.0

Integration example using Angular

In the below quick start example, a preview of a sample XLSX file is inserted into a DOM container using Spreadsheet Viewer JavaScript API.

Source

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.