Are we able to change design of excel add-in

Viewed 18

I have developed a excel add-in project. I want to change some action of excel add-in. I want to restrict the user to resize the taskpane of add-in. and I want to remove the personality menu from add-ins. It is possible to do both things. Please suggest any documentation if possible or any link.

1 Answers

No, it is not possible in web add-ins. OfficeJS doesn't provide anything for that.

Feature requests on Tech Community are considered, when the dev team go through the planning process. Use the github label: Type: product feature request at https://aka.ms/M365dev-suggestions .

Related