The sample can run smoothly in my local.
This addon with flexible component/sheet/file configuration, sounds good.
But better provide some default setting in advance to avoid have to manually do above setting for some simple situation. Ideally, just provide the grid and then export excel WYSWYG, same as the web show.
After some study, I also able integrate that addon into my personal toy project to successful export excel(Vaadin 8.1.5 + Spring Boot 1.5.7 + Spring Security…).
Thanks.
The 2.0 version need upgrade to 2.1 to match the latest Vaadin 8.1.x since
java.lang.NoSuchMethodError: com.vaadin.ui.Grid$Column.getValueProvider() issue
Just need to re-compile and put to Maven for end users to download.
Thanks. Or else, we have to go to your github to download and compile by ourselves.
And please help to look into: https://github.com/bonprix/vaadin-excel-exporter/issues/31
Thanks.