Compare commits
18 Commits
main
...
calc_eval_
| Author | SHA1 | Date |
|---|---|---|
|
|
18b3441b95 | |
|
|
7e52cefa3e | |
|
|
af563720aa | |
|
|
aa3cf90410 | |
|
|
a5ca2689e9 | |
|
|
cc5ec20a7a | |
|
|
de1f63d49e | |
|
|
5bf08c4e12 | |
|
|
1d5f54b3f3 | |
|
|
5b4626b1c3 | |
|
|
a9153864b1 | |
|
|
e923b95a45 | |
|
|
ad70517a06 | |
|
|
67f06eb6ba | |
|
|
494fda4c81 | |
|
|
dfa83922b7 | |
|
|
861371a443 | |
|
|
2d39f9a737 |
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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": [
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue