Container or Grid items to Spreadsheet

Hi,

Is there a way to set a container as data source for a Vaadin Spreadsheet or to load grid items into a sheet?

I’m afraid no, Vaadin Spreadsheet uses Apache POI for the server side model, so you’d need to use POI api to fill the data you want displayed in the spreadsheet.