白皮书下载
实在智能Agent产品白皮书(7.2.0).pdf
Cell background color
发刊日期:
2021/10/15
编辑团队:
实在学院
1、 Video example
To be online。
2、 Function description
Sets the background color of the specified cell in the excel file.
3、 Attribute description
●Workbook object: the excel workbook object variable that has been opened.
●Worksheet: the name of a table in the Workbook: for example: "Sheet1".
●Cell: the cell to set the background color, for example, & ldquo; A1” Indicates setting the background color of A1
●colour: set the value of the background, RGB format, for example: [255255255].
●Save: whether to save after setting.

4、 Use example
1. Execution logic
Open excel and set the background color of Sheet1 cell A1 to red.

2. Output results
Original data

Post execution data





