ver Feb20th
fixed server/main.py fixed several sheetcopilot tasks fixed several calc metrics, including float difference of sheet_data and conditional formatting recognition
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"id": "1de60575-bb6e-4c3d-9e6a-2fa699f9f197",
|
||||
"snapshot": "libreoffice_calc",
|
||||
"instruction": "Summarize the total revenue for each promotion type in a new sheet with the promotion names as the column headers.",
|
||||
"instruction": "Summarize the total revenue for each promotion type in a new sheet (Sheet2) with the promotion names as the column headers.",
|
||||
"source": "SheetCopilot@55",
|
||||
"config": [
|
||||
{
|
||||
@@ -54,7 +54,7 @@
|
||||
{
|
||||
"type": "sleep",
|
||||
"parameters": {
|
||||
"seconds": 0.5
|
||||
"seconds": 3.0
|
||||
}
|
||||
}
|
||||
],
|
||||
@@ -73,8 +73,8 @@
|
||||
"rules": [
|
||||
{
|
||||
"type": "pivot_table",
|
||||
"sheet_idx0": 0,
|
||||
"sheet_idx1": "EI0",
|
||||
"sheet_idx0": "RNSheet2",
|
||||
"sheet_idx1": "ENSheet2",
|
||||
"pivot_props": [
|
||||
"col_fields",
|
||||
"filter",
|
||||
@@ -85,4 +85,4 @@
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user