spreadsheet-viewer
v1.0.1
Published
This package includes Spreadsheet Viewer. See https://handsontable.com/spreadsheet-viewer for details.
Downloads
25
Keywords
Readme
Spreadsheet Viewer release package
This package includes Spreadsheet Viewer. See https://handsontable.com/spreadsheet-viewer for details.
License
A 30-day trial license is available on our website to all developers, who would like to try out the full functionality of Spreadsheet Viewer before purchasing.
After the 30-day trial period, you will be asked to purchase the commercial license. Or, just contact us any time.
Contents
This package contains:
- browsable Quick Start examples for Angular, React, Vue, and plain JavaScript (see below for instructions)
- a product brochure in file
Spreadsheet Viewer.pdf
- an uncustomized build of Spreadsheet Viewer in the directory
spreadsheet-viewer
Quick Start
To run the Quick Start examples of Spreadsheet Viewer, start a local HTTP static file server in the package root directory.
A few ways to do that, depending on your OS:
- using Node on any OS:
npx http-server -p 8080
- using Python 3 on Windows or Linux:
python -m http.server 8080
- using Python 3 on macOS:
python3 -m http.server 8080
Then, go to http://localhost:8080 in your web browser.