This repository was archived by the owner on Jul 29, 2022. It is now read-only.

Description
I found that supporting TreeGrid should be rather straightforward, see discussion in the forum.
https://vaadin.com/forum/#!/thread/16971210
protected Integer addGridToExcelSheet(final Grid grid, final XSSFWorkbook myWorkBook, Sheet sheet,
int rowNum, final ExportExcelSheetConfiguration sheetConfiguration,
final ExportExcelComponentConfiguration componentConfiguration) needs to be changed to to fetch items via DataCommunicator instead of DataProvider for more universal compatibility with data sources.