aisingapore / TagUI

Free RPA tool by AI Singapore
Apache License 2.0
5.6k stars 580 forks source link

cannot understand step excel begin - no excel begin/finish step needed, can access excel directly #1348

Closed gurubaba786 closed 1 year ago

gurubaba786 commented 1 year ago

I was testing a simple tagui script shown below: but I get errors - ERROR - [LINE 2] cannot understand step excel begin ERROR - [LINE 3] cannot understand step open tagui_data.csv ERROR - [LINE 4] cannot understand step goto sheet1 ERROR - [LINE 8] cannot understand step excel finish excel_focus= true excel begin open tagui_data.csv goto sheet1 C2 = 10 D2 = 11 F2 = 12 excel finish

ruthtxh commented 1 year ago

Hi @gurubaba786

You do not need excel begin/excel finish to use the excel step. You can try this:

excel_focus = true
[test.csv]test!C2 = 10
[test.csv]test!D2 = 11
[test.csv]test!F2 = 12
ruthtxh commented 1 year ago

Closing this issue for now, feel free to reopen.