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.

Set sheetStubs:true if you want to import an Excel file that contains merged cells with borders. It imports the styles of empty cells under the span, so that all cells in the merged range have borders. Otherwise, only the top-left cell of the merged range will have borders.

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.