PostColumnStyle
Contents
[
Hide
]
PostColumnStyle
Set column style in the worksheet.
REST API
API | HttpMethod | Description | API reference |
---|---|---|---|
/cells/{name}/worksheets/{sheetName}/cells/columns/{columnIndex}/style | POST | Set column style in the worksheet. | PostColumnStyle |
Path Parameter
Parameter Name | Type | Description |
---|---|---|
name | string | The file name. |
sheetName | string | The worksheet name. |
columnIndex | integer | The column index. |
Query Parameter
Parameter Name | Type | Description |
---|---|---|
folder | string | The folder where the file is situated. |
storageName | string | The storage name where the file is situated. |
Request Body Parameter
Parameter Name | Type | Description | |||||
---|---|---|---|---|---|---|---|
style | class:style | Represents display style of excel document | such as font | color | alignment | border | etc. |