ver Jan21stv2

fixed bugs
updated parts of configs
This commit is contained in:
David Chang
2024-01-21 23:55:04 +08:00
parent 4514c32269
commit 552491f765
7 changed files with 104 additions and 139 deletions

View File

@@ -52,18 +52,31 @@
}
}
],
"func": "check_xlsx_zoom",
"func": "compare_table",
"result": {
"type": "vm_file",
"path": "/home/user/Zoom_Out_Oversized_Cells.xlsx",
"dest": "Zoom_Out_Oversized_Cells.xlsx"
},
"expected": {
"type": "rule",
"rules": {
"relation": "lt",
"ref_value": 260
}
"type": "cloud_file",
"path": "https://drive.usercontent.google.com/download?id=1sX_roln3dNbXat0umlAIwZrW2eBmLkLE&export=download&authuser=0&confirm=t&uuid=a8f92992-86bd-43f4-92ce-9e4d99dca980&at=APZUnTUDPJVW_y6QeI9vlxlHAS0Q:1705851308643",
"dest": "Zoom_Out_Oversized_Cells_gold.xlsx"
},
"options": {
"rules": [
{
"type": "zoom",
"sheet_idx": 0,
"method": "lt",
"ref": 260
},
{
"type": "table_data",
"sheet_idx0": 0,
"sheet_idx1": "EI0"
}
]
}
}
}