Hi Omar,
Thank you for contacting Syncfusion support.
We have checked your reported requirement and it can be achievable in our spreadsheet by using hideFileMenuItems method as like as below.
|
hideMenu: function () {
var spreadsheet = this.$refs.spreadsheet;
spreadsheet.hideFileMenuItems(["File"], true);
}, |
For your convenience, we have prepared the sample based on our suggestion in a button click event. Please refer the below link.
Could you please check the above links and get back to us, if you need any further assistance on this.
Regards,
Sangeetha M