Sidebar width not changing in Google sheet using Google apps script
function onOpen()
{
var html = HtmlService.createHtmlOutputFromFile('side').setTitle('Custom sidebar').setWidth(150);
SpreadsheetApp.getUi().showSidebar(html);
}
This is the sheet , code is in Tools>script editor of this sheet. https://docs.google.com/spreadsheets/d/1hCOU5mUQxaXRz6JTyO6IZphVkfiii1RS5OsLhMJWFNY/edit?usp=sharing