excel_read_range_normalized
Reads a range from an Excel file and virtually fills merged cells in the output without modifying the source file.
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 | 调用状态描述信息,失败时为错误信息 | 调用成功 |