OoxmlSaveOptions 构造函数
OoxmlSaveOptions()
创建用于保存 office 打开的 xml 文件的选项。
def __init__(self):
...
OoxmlSaveOptions(save_format)
创建用于保存 office 打开的 xml 文件的选项。
def __init__(self, save_format):
...
范围 | 类型 | 描述 |
---|---|---|
save_format | SaveFormat | 文件格式。 它必须是 xlsx、xltx、xlsm、xltm。 |