You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 29, 2022. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: