Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
create excel file
Hi:
I want to create an excel file from a table, for what I can use the tableexport add-on ( https://vaadin.com/directory#addon/tableexport ), but I would like to export a file that contains a custom ribbon (xml) and a macro for that excel file...Is it possible to do this using the add-on?...or other way??
regards,
Hugo
Hi,
I think you can customize the generated Excel-file with Apache POI. The addon uses this also to generate the Excel file.
Simply let the addon do his thing, pick up the generated file and do your stuff.