export_csv
Export a sheet range or entire used range to a CSV file. Formula cells export as text; dates become ISO strings; empty cells become empty fields.
Instructions
Export a range (or a sheet's whole used range) to a CSV file.
Formula cells export their formula text; run recalculate_workbook and read from read_calculated_range if you need computed values instead. Dates become ISO strings, empty cells become empty fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| range | No | ||
| sheet | No | ||
| csv_path | Yes | ||
| delimiter | No | , | |
| overwrite | No | ||
| session_id | Yes |