Directory

← Back

vcf-spreadsheet-light

Web Component providing basic functionalities of a spreadsheet.

Author

Rating

Popularity

<100

<vcf-spreadsheet-light>

Gitter npm version Published on Vaadin Directory

This is the npm version vcf-spreadsheet-light developed using Polymer 3.

Live demo ↗ | API documentation ↗

screenshot

Installation

Install vcf-spreadsheet-light:

npm i @vaadin-component-factory/vcf-spreadsheet-light --save

Usage

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

  1. Fork the vcf-spreadsheet-light repository and clone it locally.

  2. Make sure you have npm installed.

  3. When in the vcf-spreadsheet-light directory, run npm install to install dependencies.

  4. Run npm start to open the demo.

Contributing

To contribute to the component, please read the guideline 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.

Compatibility

(Loading compatibility data...)

Was this helpful? Need more help?
Leave a comment or a question below. You can also join the chat on Discord or ask questions on StackOverflow.

Version

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
Released
2019-10-21
Maturity
IMPORTED
License
Other

Compatibility

Framework
Polymer 3.0+
Browser
Browser Independent

vcf-spreadsheet-light - Vaadin Add-on Directory

Web Component providing basic functionalities of a spreadsheet. vcf-spreadsheet-light - Vaadin Add-on Directory
# <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.
Online