spreadsheet
spreadsheet copied to clipboard
Spreadsheet for Vaadin Framework
Vaadin Spreadsheet
Vaadin Spreadsheet is a UI component add-on for Vaadin 8 which provides means to view and edit Excel spreadsheets in Vaadin applications.
License & Author
This Add-on is distributed under Vaadin Commercial License and Service Terms (VCL).
Vaadin Spreadsheet is written by Vaadin Ltd.
Setting up for development:
Clone the project in GitHub (or fork it if you plan on contributing)
To build and install the project into the local repository run
mvn install -DskipITs
in the root directory. -DskipITs will skip the integration tests, which require a TestBench license. If you want to run all tests as part of the build, run
mvn install
To run the UI used for development, run mvn jetty:run in vaadin-spreadsheet directory, navigate to http://localhost:9998/SpreadsheetDemoUI
To set up SuperDevMode, run mvn vaadin:run-codeserver in vaadin-spreadsheet. You need to have the UI jetty running as well, then navigate to http://localhost:9998/SpreadsheetDemoUI/?superdevmode