vcf-spreadsheet-light - Vaadin Add-on Directory
Web Component providing basic functionalities of a spreadsheet.# <vcf-spreadsheet-light>
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/vaadin/web-components?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
[![npm version](https://badgen.net/npm/v/@vaadin-component-factory/vcf-spreadsheet-light)](https://www.npmjs.com/package/@vaadin-component-factory/vcf-spreadsheet-light)
[![Published on Vaadin Directory](https://img.shields.io/badge/Vaadin%20Directory-published-00b4f0.svg)](https://vaadin.com/directory/component/vaadin-component-factoryvcf-spreadsheet-light)
This is the npm version [vcf-spreadsheet-light](https://github.com/vaadin-component-factory/vcf-spreadsheet-light) developed using Polymer 3.
[Live demo ↗](https://vcf-spreadsheet-light.netlify.com)
|
[API documentation ↗](https://vcf-spreadsheet-light.netlify.com/api/#/elements/Vaadin.VcfSpreadsheetLight)
![screenshot](https://user-images.githubusercontent.com/3392815/67186481-d8697000-f3f0-11e9-8c08-d78c45f41173.png)
## Installation
Install `vcf-spreadsheet-light`:
```sh
npm i @vaadin-component-factory/vcf-spreadsheet-light --save
```
## Usage
Once installed, import it in your application:
```js
import '@vaadin-component-factory/vcf-spreadsheet-light';
```
Add `` element to the page.
```html
```
## Running demo
1. Fork the `vcf-spreadsheet-light` repository and clone it locally.
1. Make sure you have [npm](https://www.npmjs.com/) installed.
1. When in the `vcf-spreadsheet-light` directory, run `npm install` to install dependencies.
1. Run `npm start` to open the demo.
## Contributing
To contribute to the component, please read [the guideline](https://github.com/vaadin/vaadin-core/blob/master/CONTRIBUTING.md) first.
## Vaadin Prime
This component is available in the Vaadin Prime subscription. It is still open source, but you need to have a valid CVAL license in order to use it. Read more at: https://vaadin.com/pricing
## License
Commercial Vaadin Add-on License version 3 (CVALv3). For license terms, see LICENSE.
Vaadin collects development time usage statistics to improve this product. For details and to opt-out, see https://github.com/vaadin/vaadin-usage-statistics.
View on NPMView on GitHub
License
Online Demo
vcf-spreadsheet-light version 1.0.0
### Dependencies
* @polymer/polymer#^3.0.0
* @vaadin/vaadin-element-mixin#^2.1.3
* @vaadin/vaadin-grid#^5.4.11
* @vaadin/vaadin-lumo-styles#^1.5.0
* @vaadin/vaadin-themable-mixin#^1.5.1