set_first_page_footer方法
set_first_page_footer(section, footer_script)
设置格式化 Excel 文件首页页脚的脚本。
def set_first_page_footer(self, section, footer_script):
...
范围 | 类型 | 描述 |
---|---|---|
section | int | 0:左部分,1:中部分,2:右部分。 |
footer_script | str | 页脚格式脚本。 |
设置格式化 Excel 文件首页页脚的脚本。
def set_first_page_footer(self, section, footer_script):
...
范围 | 类型 | 描述 |
---|---|---|
section | int | 0:左部分,1:中部分,2:右部分。 |
footer_script | str | 页脚格式脚本。 |