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

spreadsheet-workbook-contract-normalizer

Normalize a redacted workbook contract before formula and output checks.

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

spreadsheet-workbook-contract-normalizer

Spreadsheet Workbook Contract Normalizer

Turn a redacted workbook export into a stable contract for deterministic acceptance checks.

Scenario and prerequisites

  • - Use before checking an AI-edited Excel or Sheets export.
  • Input is a JSON representation of sheets, columns, rows and formulas; no real customer data or credentials.
  • Python 3.10+ and the standard library are enough.

Input and output

Input must contain workbook_id, version, and a non-empty sheets list. Each sheet needs a unique name, columns, rows and optional formulas.

Output is READY or BLOCKED, with schema_hash, sheet counts, formula counts and explicit reasons.

Installation, execution and recovery

Run python scripts/normalize_workbook_contract.py --input examples/input.json --output examples/output.json. Fix duplicate sheet names, missing columns or malformed rows and rerun; do not infer missing cells.

The script does not open Excel, call an LLM or modify a workbook. It only hashes the supplied redacted contract.

Acceptance

The sample must produce READY with two sheets and a non-empty schema hash. Changing a column or formula must change the hash.

下载

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