Skip to content

vaadin/spreadsheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1d1394c · Jan 28, 2025
Nov 19, 2024
Mar 26, 2024
Jan 28, 2025
Jan 28, 2025
Jan 28, 2025
Nov 15, 2016
Jan 28, 2025
Jan 28, 2025
Mar 26, 2024
Mar 26, 2024
Mar 26, 2024
Jan 28, 2025

Repository files navigation

Published on Vaadin  Directory Stars on Vaadin Directory

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