JavaScript array containing data for the component
webix.ui({ view: "spreadsheet", data: spreadsheet_data });
For data types other than JSON the property is used together with the datatype parameter.
You will find more information on how to load and save data in SpreadSheet in this article.