PostUpdateWorksheetCellStyl
Contents
[
Hide
]
PostUpdateWorksheetCellStyle
Set cell style using cell name in the worksheet.
REST API
API | HttpMethod | 描述 | API 参考 |
---|---|---|---|
/cells/{name}/worksheets/{sheetName}/cells/{cellName}/style | POST | 使用工作表中的单元格名称设置单元格样式。 | PostUpdateWorksheetCellStyle |
Path Parameter
参数名称、类型、描述 |
---|
name,string,文件名。 |
sheetName,string,工作表名称。 |
cellName,string,单元格名称。 |
Query Parameter
参数名称、类型、描述 |
---|
文件夹,字符串,文件所在的文件夹。 |
storageName,string,文件所在的存储名称。 |
Request Body Parameter
参数名称、类型、描述 | ||
---|---|---|
style | class:style | Style 带有更新样式设置。 |