新增工作表
add_sheetAdd a new blank worksheet to an existing Excel file by providing the file path and a sheet name, supporting .xlsx, .xls, and .csv formats.
Instructions
在已有文件中追加一张空工作表。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Excel 文件的绝对路径,例如 `C:\Users\xx\报表.xlsx` 或 `/Users/xx/报表.xlsx`。支持 .xlsx / .xls / .csv | |
| sheetName | Yes | 工作表名称,1~31 个字符,不能包含 [ ] : * ? / \ |