excel_profile_structure
Analyze the structure of an Excel worksheet by scanning data types and merge status across rows and columns. Reveals column data patterns and cell merges.
Instructions
分析工作表的结构签名(数据类型 + 合并状态)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | 调用状态,成功为True,失败为False | |
| tool_result | No | 业务数据,失败时可为None | |
| status_message | No | 调用状态描述信息,失败时为错误信息 | 调用成功 |