How to make Spreadsheet tab read only

Hi ,

In vaadin spreadsheet the tab which displays name of the sheet is editable. This means I can edit the sheet name. How can I make this tab readonly so that user won’t be able to change the sheet name? Please refer the pic
26514.jpg

I don’t think that’s a feature in Spreadsheet at the moment. Please create an issue in
dev.vaadin.com

Will create an issue. But is there any callbacks available when user changes the sheet name? So that I can use this call back to reset to original name?.

I don’t think there’s anything like that at the moment, there’s a call to serverside that ends up calling Spreadsheet.setSheetNameWithPOIIndex but no API to modify that behavior.