Writing Vaadin Spreadsheet components to excel file

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ā€¦

Hi,

sorry to tell you that this feature is not currently supported. Those components are vaadin components and are not available in Excel (although some equivalent components may exist there).

Please feel free to create an enhancement request at
http://dev.vaadin.com

-tepi