工具 API
upload_ excel_ file
上传Excel文件到服务器进行处理 参数: - file_url: Excel 文件来源(支持 .xlsx, .xls)。**支持两种形式**: 1) http(s):// 公网 URL,例如 https://example.com/data.xlsx 2) RFC 2397 data: URI,例如 `data:application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;base64,<...>` 或简写 `data:application/octet-stream;base64,<...>`——跳过上传步骤 返回: - file_id: 文件唯一标识,后续操作时使用此ID 使用示例: upload_excel_file(file_url="https://example.com/data.xlsx") upload_excel_file(file_url="data:application/octet-stream;base64,UEsDBBQAAA...")
其他1 积分
调用信息
- 工具标识
- excel.upload_excel_file
- 服务提供方
- Excel
- 平均响应
- 0 ms
- 近 7 天调用
- 0
输入参数
file_url必填string