export_to_csv
Convert Excel worksheet data to CSV format using file paths and sheet names for accurate and structured data export.
Instructions
ワークシートをCSVファイルにエクスポートします
Input Schema
Name | Required | Description | Default |
---|---|---|---|
csvPath | Yes | CSVファイルの出力パス | |
filePath | Yes | Excelファイルのパス(既存ファイル) | |
sheetName | Yes | ワークシート名(既存シート) |