defines whether styles are loaded while importing Excel files
webix.ui({
view:"spreadsheet",
toolbar:"full",
loadStyles:false,
data:spreadsheet_data
});
Use the loadStyles: false
setting to ignore loading styles during the import of Excel files to increase the performance of the widget.