白皮书下载
实在智能Agent产品白皮书(7.2.0).pdf
Set column width
发刊日期:
2021/10/15
编辑团队:
实在学院
1、 Video example
To be online。
2、 Function description
Sets the column width of the specified column 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 column in which the cell is located, for example, & ldquo; A1” Represents column a.
●Column width: the value to set the column width; Example: 8 indicates that the a column width is set to 8.
●Save: set whether to save or not.

4、 Use example
1. Execution logic
Open excel and set the column width of cell A1 of Sheet1 to 18.

2. Output results
Original data

Post execution data





