Compare commits

...

18 Commits

Author SHA1 Message Date
zdy023 18b3441b95
ver Aug4thv2
fixed a typo
2025-08-04 11:37:18 +08:00
zdy023 7e52cefa3e
ver Aug4th
updated some instructions
2025-08-04 11:34:12 +08:00
zdy023 af563720aa
Merge branch 'main' into calc_eval_fix 2025-08-04 11:07:15 +08:00
Danyang Zhang aa3cf90410
Merge branch 'main' into calc_eval_fix 2025-07-19 16:39:22 +08:00
zdy023 a5ca2689e9
ver Jul19th
added supports for cellIs and some other new types of conditional
formatting for calc evaluation
2025-07-19 16:33:19 +08:00
zdy023 cc5ec20a7a
Merge branch 'calc_eval_fix' of github.com:xlang-ai/OSWorld into calc_eval_fix 2025-07-18 19:56:56 +08:00
zdy023 de1f63d49e
ver Jul18th
added two try-excepts to handle possible formula parsing and calculation
failures
2025-07-18 19:54:40 +08:00
zdy023 5bf08c4e12
Merge branch 'main' into calc_eval_fix 2025-07-18 19:42:37 +08:00
yuanmengqi 1d5f54b3f3 Clean scalfolds 2025-06-30 10:04:10 +00:00
zdy023 5b4626b1c3
Merge branch 'calc_eval_fix' of github.com:ztjhz/DesktopEnv into calc_eval_fix 2025-06-22 20:43:38 +08:00
zdy023 a9153864b1
ver Jun22ndv2
adjusted several calc tasks
2025-06-22 20:41:13 +08:00
zdy023 e923b95a45
ver Jun22nd
fixed an impress task
2025-06-22 20:15:05 +08:00
zdy023 ad70517a06
ver Jun21st
updating calc evals
2025-06-21 20:05:50 +08:00
BowenBryanWang 67f06eb6ba fix: Enhance instructions in LibreOffice Calc examples for clarity and specificity, including details on using Pivot Tables, column placements, and revenue calculations. 2025-06-20 20:25:46 +08:00
zdy023 494fda4c81
ver Jun20th
fixed set-up config of 2bd59342-0664-4ccb-ba87-79379096cc08
2025-06-20 16:40:08 +08:00
zdy023 dfa83922b7
ver Jun17th
updated several annotations
2025-06-20 13:46:40 +08:00
zdy023 861371a443
ver Jun17th
corrected annotation of 1d17
added check for cell merge
2025-06-20 13:46:39 +08:00
zdy023 2d39f9a737
ver Jun17th
updating annotations
2025-06-20 13:46:21 +08:00
5 changed files with 9 additions and 9 deletions

View File

@ -1,7 +1,7 @@
{
"id": "1273e544-688f-496b-8d89-3e0f40aa0606",
"snapshot": "libreoffice_calc",
"instruction": "Copy the \"Revenue\" column along with the header to a new sheet.",
"instruction": "Copy the \"Revenue\" column along with the header to a new sheet named \"Sheet2\".",
"source": "SheetCopilot@123",
"config": [
{
@ -82,4 +82,4 @@
"proxy": false,
"fixed_ip": false,
"possibility_of_env_change": "low"
}
}

View File

@ -1,7 +1,7 @@
{
"id": "21df9241-f8d7-4509-b7f1-37e501a823f7",
"snapshot": "libreoffice_calc",
"instruction": "Change the representation of column \"Parameter\" to show in Millions (M) in Column B and Billions (B) in Column C. Keep one decimal and place a white space between the digits and the unit.",
"instruction": "Change the representation of column \"Parameter\" to show in Millions (M) in Column B and Billions (B) in Column C. The numbers should be rounded to one decimal place, and half should be rounded up. Then remember to place a white space between the digits and the unit.",
"source": "https://www.youtube.com/watch?v=p5C4V_AO1UU",
"config": [
{
@ -116,4 +116,4 @@
"proxy": false,
"fixed_ip": false,
"possibility_of_env_change": "low"
}
}

View File

@ -1,7 +1,7 @@
{
"id": "26a8440e-c166-4c50-aef4-bfb77314b46b",
"snapshot": "libreoffice_calc",
"instruction": "Create a table with two column headers (\"Month\" and \"Total\") in a new sheet to show the total sales for all months.",
"instruction": "Create a table with two column headers (\"Month\" and \"Total\") in a new sheet named \"Sheet2\" to show the total sales for all months.",
"source": "SheetCopilot@152",
"config": [
{

View File

@ -1,7 +1,7 @@
{
"id": "30e3e107-1cfb-46ee-a755-2cd080d7ba6a",
"snapshot": "libreoffice_calc",
"instruction": "Please create a new sheet. Merge cells A1:C1 in the new sheet and write \"Demographic Profile\" with blue (#0000ff) fill and bold white text. Then I want to create three pivot tables to show the percentage of Sex, Civil Status , and Highest Educational Attainment. They should be stacked one by one in the new sheet, each separated with a blank line.",
"instruction": "Please create a new sheet. Keep its sheet name as \"Sheet2\". Merge cells A1:C1 in the new sheet and write \"Demographic Profile\" with blue (#0000ff) fill and bold white text. Then I want to create three pivot tables to show the percentage of Sex, Civil Status, and Highest Educational Attainment. They should be stacked one by one in Sheet2, each separated with a blank line.",
"source": "SheetCopilot@9",
"config": [
{
@ -111,4 +111,4 @@
"proxy": false,
"fixed_ip": false,
"possibility_of_env_change": "low"
}
}

View File

@ -1,7 +1,7 @@
{
"id": "abed40dc-063f-4598-8ba5-9fe749c0615d",
"snapshot": "libreoffice_calc",
"instruction": "Check the names in column \"Names with duplicates\" and put the unique ones in column \"Unique Names\". Keep the original order.",
"instruction": "Check the names in column \"Names with duplicates\" and put the unique ones in column \"Unique Names\". Keep the original order of the first occurrences.",
"source": "https://help.libreoffice.org/7.6/ro/text/scalc/guide/remove_duplicates.html?&DbPAR=SHARED&System=UNIX",
"config": [
{
@ -82,4 +82,4 @@
"proxy": false,
"fixed_ip": false,
"possibility_of_env_change": "low"
}
}