Excel Web Add ins如何设置页眉?

时间:2019-05-02 08:38:36

标签: excel-addins

我试图使用office.js设置页眉,但代码错误

dev文档: https://docs.microsoft.com/zh-cn/javascript/api/excel/excel.headerfooter?view=office-js

https://docs.microsoft.com/en-us/previous-versions/office/developer/office-2007/bb225426(v=office.12)

我的代码:

function text() {

    Excel.run(function (context) {
        const myr = context.workbook.worksheets.getItem("Sheet1");
        myr.HeaderFooter.centerFooter = "&Z";



        return context.sync();
    }).catch(errorHandler);
};

任何帮助或指导将不胜感激!

0 个答案:

没有答案