Hi, I’m importing excel file into spreadsheet and I want, spreadsheet cells size was exactly like in excel file, how can i do this? thank you
how cells look in excel
how it looks in spreadsheet
webix.ui({
view: ‘spreadsheet’,
datatype: ‘excel’,
url: “binary->https://docs.webix.com/samples/65_spreadsheet/common/test.xlsx”,
css: ‘ss21’,
id: ‘ss1’,
toolbar: true,
bottombar: true,
liveEditor: true,
resizeCell: true,
})