Excelviewer load from webix spreadsheet

How could I make excelviewer parse the webix spreadsheet data?
forexample:
https://snippet.webix.com/efl0l34c

Hello @coony ,

The Excel Viewer do not support SpreadSheet’s data type.
However, you could export the data from SpreadSheet with webix.toExcel and parse it to the viewer then.

Check the example: Code Snippet .

Ok, thanks for your help.