export_worksheet
Export a worksheet to CSV or text format, including column headers, using a specified delimiter and file path.
Instructions
Export a worksheet to a CSV/text file (with column headers).
Args: book_name: Workbook name sheet_name: Sheet name file_path: Output path (Windows or WSL style) delimiter: ",", "tab", ";", "|", or " "
Returns: Path and row/column counts written
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| book_name | Yes | ||
| sheet_name | Yes | ||
| file_path | Yes | ||
| delimiter | No | , |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |