@vaadin-component-factory/vcf-spreadsheet-light
v1.0.2
Published
Web Component providing basic functionalities of a spreadsheet.
Readme
<vcf-spreadsheet-light>
This is the npm version vcf-spreadsheet-light developed using Polymer 3.
Live demo ↗ | API documentation ↗

Installation
Install vcf-spreadsheet-light:
npm i @vaadin-component-factory/vcf-spreadsheet-light --saveUsage
Once installed, import it in your application:
import '@vaadin-component-factory/vcf-spreadsheet-light';Add <vcf-spreadsheet-light> element to the page.
<vcf-spreadsheet-light col-count="5" height="700px"></vcf-spreadsheet-light>Running demo
Fork the
vcf-spreadsheet-lightrepository and clone it locally.Make sure you have npm installed.
When in the
vcf-spreadsheet-lightdirectory, runnpm installto install dependencies.Run
npm startto open the demo.
Contributing
To contribute to the component, please read the guideline first.
License
Apache License 2.0
