Hello everyone
I am developing an application which uses vaadin spreadsheets with some components inside the spreadsheet
created using spreadsheetfield factory as described in vaadin spreadsheet demo. Now if i write this spreadsheet
to an excel file using write method the components in the spreadsheet are not coming into the excel file,instead
they come as a text cells with component label.
Is there a way to get the components in the spreadsheet to excel so that they work exactly the same way as in
spreadsheet.
Thanku in advanceā¦