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

Spreadsheet Formula Integrity Linter

# Spreadsheet Formula Integrity Linter

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

Spreadsheet Formula Integrity Linter

Spreadsheet Formula Integrity Linter

Run deterministic formula checks before a workbook generated or edited by an AI agent is accepted.

Scenario and prerequisites

  • - Use after workbook contract normalization.
  • Provide formulas as redacted strings in the normalized JSON.
  • This is a static linter, not an Excel calculation engine.

Input and output

Input is the normalizer output. Output is PASS or HOLD_FOR_HUMAN_REVIEW, with error markers, formula pattern counts and findings.

Installation and execution

Run python scripts/lint_formula_integrity.py --input ../spreadsheet-workbook-contract-normalizer/examples/output.json --output examples/output.json. Review every finding and keep the original report; do not delete a failing formula to obtain a pass.

Recovery and boundaries

The linter flags #REF!, #DIV/0!, #VALUE!, #NAME?, #N/A and formula pattern outliers. It does not calculate formulas, resolve external links or prove business correctness.

Acceptance

The sample must produce a report with PASS and zero error markers. Add #REF! to a formula to produce HOLDFORHUMAN_REVIEW.

下载

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