scan_formula_errors
Scan Excel files for formula errors (#VALUE!, #DIV/0!, #REF!, #NAME?, #NULL!, #NUM!, #N/A) and get grouped counts with locations, including truncation details for large lists.
Instructions
只扫描公式错误(#VALUE! / #DIV/0! / #REF! / #NAME? / #NULL! / #NUM! / #N/A),不重算。
用途:快速体检现有文件是否有坏公式。 返回 total_errors 与按类型分组的位置明细;位置列表超过 100 条时会 明确说明被截断数量(请以 total_errors 为准,不要以列表长度判断严重程度)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes |