sheetStubs

takes into account styles in empty cells when loading Excel files

boolean sheetStubs;

Example

webix.ui({
    view:"spreadsheet",
    toolbar:"full",
    sheetStubs:true,
    data:spreadsheet_data
});


Default value:

false
Details

By default, sheetStubs is set to false to ignore styles for performance reasons.

Back to top