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.

See also
Back to top
Join Our Forum
We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.