XlsSaveOptions 构造函数

XlsSaveOptions()

创建用于保存 Excel 97-2003 xls/xlt 文件的选项。

def __init__(self):
    ...

XlsSaveOptions(format)

创建用于保存 Excel 97-2003 xls/xlt 文件的选项。

def __init__(self, format):
    ...
范围类型描述
formatSaveFormat文件格式。它必须是 xls/xlt。

也可以看看