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