如何使用 Excel 插件向 Excel 页脚添加文本? (Office.js)
How can I add text to Excel footer using Excel Addin? (Office.js)
如何使用 Excel 插件向 Excel 页脚添加文本? (Office.js)
Word 案例有据可查:https://docs.microsoft.com/en-us/javascript/api/word/word.section?view=office-js#getfooter-type-
但是,在 Excel 中似乎没有一组类似的页脚文档。
谢谢!
有一个 preview API for Excel.HeaderFooter 需要 beta 版 Office.js 和自定义 "Office Insiders" prerelease安装 Office 以便与 Excel 页眉或页脚交互。
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Excel JavaScript API requirement sets:
"Please use the latest Office version to try preview APIs (you may need to join the Office Insider program)"
如何使用 Excel 插件向 Excel 页脚添加文本? (Office.js)
Word 案例有据可查:https://docs.microsoft.com/en-us/javascript/api/word/word.section?view=office-js#getfooter-type-
但是,在 Excel 中似乎没有一组类似的页脚文档。
谢谢!
有一个 preview API for Excel.HeaderFooter 需要 beta 版 Office.js 和自定义 "Office Insiders" prerelease安装 Office 以便与 Excel 页眉或页脚交互。
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Excel JavaScript API requirement sets:
"Please use the latest Office version to try preview APIs (you may need to join the Office Insider program)"