| { | |
| "username": "Alice", | |
| "date": "2020-05-01", | |
| "weekday": "Friday", | |
| "time": "10:00 AM", | |
| "task": "calculate total salary for one year and add it after the bottom row with header 'Total' in salary excel file", | |
| "evaluation": [ | |
| { | |
| "function": "evaluate_excel_cell_value", | |
| "args": { | |
| "file": "./data/salary.xlsx", | |
| "matches": [ | |
| { | |
| "row": "5", | |
| "col": "1", | |
| "value": "Total" | |
| }, | |
| { | |
| "row": "5", | |
| "col": "2", | |
| "value": "400000" | |
| } | |
| ] | |
| } | |
| } | |
| ] | |
| } |