WinActor

2021.08.10
Libraries
ExcelOperation_GetBackgroundColor

Get a background color (RGB value) of a cell in an Excel file.

* A cell can be specified in A1 style or R1C1 style.

Please see this precautions upon downloading this library.
Input
"Filename":
Specify an Excel file in absolute or relative path.

"Sheet_name":
Specify a name of a sheet. When omitted, the active sheet will be used.

"Cell_position":
Specify a cell position. For example, B3 in A1 style is equivalent to R3C2 in R1C1 style.

"Red":
Specify a variable to store the acquired background color (red).

"Green":
Specify a variable to store the acquired background color (green).

"Blue":
Specify a variable to store the acquired background color (blue).
Output
Color value of a cell background in RGB
Details
[History]
2021/08/10: Initial release
Operating environment
WinActor Ver.6.1.0, Windows10(checked on August, 2021)
Keywords
-