Vaadin Spreadsheet
Spreadsheet component for business applications
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
- Author Homepage
- Online Demo
- Issue Tracker
- Source Code
- Discussion Forum
- Demo Source Code
- Vaadin Spreadsheet API
- License installation instructions
- Tutorial
Compatibility
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
Check detailed release notes in github
- Released
- 2018-09-06
- Maturity
- CERTIFIED
- License
- CVAL 3.0
Compatibility
- Framework
- Vaadin 7.4+
- Vaadin 8.0+ in 2.0.1
- Browser
- Firefox
- Opera
- Safari
- Google Chrome
- Internet Explorer
- iOS Browser
- Android Browser
- Internet Explorer
- Internet Explorer
- Microsoft Edge