Keep Office add-in task pane open at document load

耗尽温柔 提交于 2019-11-28 11:20:18

问题


I have a task pane (desktop) Office add-in built with the latest VS 2015 template for Excel and Word add-ins. When I open the file, the add-in task pane is not visible. My users need to click a button on the toolbar to open it, which they complain about.

In addition, I save the document with the task pane expanded but it does not affect that behavior. I remember a previous version of the add-in manifest (when it was called app for Office) kept the pane open but I upgraded it so I can use custom tabs in the Office ribbon.

Can I make the task pane stay expanded when the document or worksheet load?


回答1:


There is now a way to do this: Automatically open a task pane with a document. And a sample at: Office OOXML EmbedAddin




回答2:


Similar question here: Office Web App - Show task pane on load

For now you'll have to choose between persistent always-open task panes and custom tabs/buttons.



来源:https://stackoverflow.com/questions/39379427/keep-office-add-in-task-pane-open-at-document-load

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!