GridExporter for Vaadin
Vaadin Flow GridExporter
The Vaadin Grid Exporter can convert any Vaadin Grid to a variety of formats. Out of the box supported formats:
- CSV
- Word (DOCX)
- HTML
- ODS
- ODT
- PowerPoint (PPTX)
- RTF
- Plain text
- Excel (XLSX)
- XML
It's also easy to extend the Exporter to support your custom format.
More infos are available on GitHub
If you found a bug, want to suggest an improvement or have a question please open an issue at GitHub.
Sample code
GridExporter .newWithDefaults(myGrid) .open();
GridExporter .newWithDefaults(myGrid) .loadFromProvider(new JsonGridExporterProvider()) .open();
Links
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
- Released
- 2023-07-10
- Maturity
- STABLE
- License
- Apache License 2.0
Compatibility
- Framework
- Vaadin 24+
- Vaadin 23+ in 2.0.0
- Browser
- Firefox
- Opera
- Google Chrome
- Microsoft Edge