takes into account styles in empty cells when loading Excel files
webix.ui({
view:"spreadsheet",
toolbar:"full",
sheetStubs:true,
data:spreadsheet_data
});
By default, sheetStubs is set to false
to ignore styles for performance reasons.