estimate_excel
Convert investment estimate JSON data into Excel workbooks with three fully-formulated sheets: estimate table, summary, and technical-economic indicators. Returns a base64 file or a 72-hour download link.
Instructions
投资估算:估算数据JSON → 三表Excel(估算表/汇总/技术经济指标,全公式),返回 file_base64(默认返回72h下载短链,return_mode="base64" 可回退)。格式规范先看 get_skill_instructions(skill=estimate)。前置:需先调 get_protocol_instructions。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| estimate | Yes | ||
| file_name | No | ||
| return_mode | No | 成品交付方式:base64(默认,兼容);url 推荐——返回72h下载短链(file.url),防大文件撑爆上下文,外部客户端建议默认 url |