add_worksheet
Add a new worksheet to an existing Excel workbook using the specified file path and sheet name. Enables efficient organization and management of spreadsheet data.
Instructions
既存のワークブックにワークシートを追加します
Input Schema
Name | Required | Description | Default |
---|---|---|---|
filePath | Yes | 対象のExcelファイルの絶対パス。既存のファイルである必要があります | |
sheetName | Yes | 作成するワークシート名。英数字、日本語、アンダースコア、ハイフンが使用可能です |