{ "id": "de7a24c3-7f47-45c7-bba9-ba1aaaf015f8", "snapshot": "libreoffice_calc", "instruction": "In a new sheet, merge cells A1:B1 and write bold text \"Summer sales ($)\" with blue fill color and white text color. Then create a pivot table in this new sheet for the Sheet 1 data to calculate the revenue sum for each product. Plot a horizontal bar chart illustrating the results. Set the chart title as \"Revenue of Each Product\" and remove the axis titles and legend.", "source": "SheetCopilot@50", "config": [ { "type": "download", "parameters": { "files": [ { "url": "https://drive.google.com/uc?id=1I29YyV7zFdNqbsQw0SWD9pDuLz3oHlge&export=download", "path": "/home/user/EntireSummerSales.xlsx" } ] } }, { "type": "open", "parameters": { "path": "/home/user/EntireSummerSales.xlsx" } } ], "trajectory": "trajectories/de7a24c3-7f47-45c7-bba9-ba1aaaf015f8", "related_apps": [ "libreoffice_calc" ], "evaluator": { "postconfig": [ { "type": "activate_window", "parameters": { "window_name": "EntireSummerSales.xlsx - LibreOffice Calc", "strict": true } }, { "type": "sleep", "parameters": { "seconds": 0.5 } }, { "type": "execute", "parameters": { "command": [ "python", "-c", "import pyautogui; pyautogui.hotkey(\"ctrl\", \"s\");" ] } }, { "type": "sleep", "parameters": { "seconds": 0.5 } } ], "func": "compare_table", "expected": { "type": "cloud_file", "path": "https://drive.google.com/uc?id=12QQfwtxURMSMJlP9IRvKJzSCAWu0TqsB&export=download", "dest": "1_EntireSummerSales_gt1.xlsx" }, "result": { "type": "vm_file", "path": "/home/user/EntireSummerSales.xlsx", "dest": "EntireSummerSales.xlsx" }, "options": { "rules": [ { "type": "sheet_data", "sheet_idx0": 0, "sheet_idx1": "EI0" }, { "type": "chart", "sheet_idx0": 0, "sheet_idx1": "EI0", "chart_props": [ "xtitle", "ytitle", "type", "legend", "title" ] }, { "type": "pivot_table", "sheet_idx0": 0, "sheet_idx1": "EI0", "pivot_props": [ "col_fields", "filter", "row_fields", "data_fields" ] } ] } } }