闲社服务运行正常AI智能体自动化平台
s

spreadsheet-output-diff-checker

Compare expected and candidate tabular outputs cell by cell with explicit mismatch evidence.

作者:暂未提供 | 来源记录:ClawHub
包含在套餐中
登记来源
ClawHub
版本
V 1.0.0
检测标记
后台标记通过
随套餐获取
请查看所属套餐
0
收藏
来源与检测标记为平台登记信息,并不代表已展示可复核的检测报告。使用前请核对版本、依赖和所需权限,建议先在隔离环境中运行。
概述
安装方式
版本历史

spreadsheet-output-diff-checker

Spreadsheet Output Diff Checker

Compare a candidate table produced by an AI or automation against an approved expected table.

Scenario and prerequisites

  • - Use after formula linting when a reproducible expected output exists.
  • Input tables are JSON arrays of redacted row objects with stable row_id values.
  • The comparison is deterministic and does not infer acceptable business differences.

Input and output

Input contains expected and candidate arrays. Output is PASS or FAIL, with missing rows, extra rows, missing columns and cell-level mismatches.

Installation and execution

Run python scripts/compare_spreadsheet_outputs.py --input examples/input.json --output examples/output.json. Review each mismatch before changing a fixture or approving a new expected result.

Recovery and boundaries

Duplicate row IDs, missing row IDs and type/value changes are visible findings. The script does not open Excel, evaluate formulas or decide whether a difference is business-safe.

Acceptance

The sample must report one cell mismatch and FAIL. A corrected candidate must produce PASS.

下载

v1.0.0 最新 2026-8-21 04:29
初始版本(来自套餐拆分)
返回顶部