excel_to_csv
Converts an Excel file (.xlsx) to CSV format. Specify the sheet to convert or use the active sheet.
Instructions
Convert an Excel file to CSV format. Requires openpyxl package.
Args: excel_path: Path to the Excel file (.xlsx) csv_path: Path for the output CSV file sheet_name: Name of the sheet to convert (default: active sheet)
Returns: Success or error message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| csv_path | Yes | ||
| excel_path | Yes | ||
| sheet_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |