Directory

← Back

Vaadin Spreadsheet

Spreadsheet component for business applications

Author

Contributors

Rating

Vaadin Spreadsheet is an add-on for Vaadin Framework which provides Excel spreadsheet editor functionality for any Vaadin application.

Display and edit spreadsheets in your web application. Read / write Excel files and build familiar user interfaces everyone can use.

The implementation depends on Apache POI.

Sample code

File file = new File("path/to/excel/file.xlsx");
Spreadsheet spreadsheet = new Spreadsheet(file);
layout.addComponent(spreadsheet);

Links

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

Vaadin Spreadsheet 3.0.0.alpha2 pre-release includes update to POI 4.0.1

Check detailed release notes in github

Released
2020-03-16
Maturity
STABLE
License
CVAL 3.0

Compatibility

Framework
Vaadin 8.0+
Vaadin 7.4+ in 1.5.0.alpha1
Browser
Firefox
Opera
Safari
Google Chrome
iOS Browser
Android Browser
Internet Explorer
Microsoft Edge
Online