插入新工作表
Contents
[
Hide
]
PutInsertNewWorksheet
Insert a new worksheet in the workbook.
REST API
API | HttpMethod | 描述 | API 参考 |
---|---|---|---|
/cells/{name}/worksheets/insert | PUT | 在工作簿中插入新工作表。 | PutInsertNewWorksheet |
Path Parameter
参数名称、类型、描述 |
---|
name,string,文件名。 |
Query Parameter
参数名称、类型、描述 |
---|
sheetName,string,工作表名称。 |
索引,整数, |
sheettype,string,指定工作表类型(VB/Worksheet/Chart/BIFF4Macro/InternationalMacro/Other/Dialog)。 |
新工作表名称,字符串, |
文件夹,字符串,文件所在的文件夹。 |
storageName,string,文件所在的存储名称。 |