copy_workbook
Copy spreadsheet files to new locations while preserving all data. Specify source and destination paths to create duplicate workbooks.
Instructions
Copy an existing spreadsheet file to a new location.
Performs a full file copy preserving all data. The destination must not already exist. Returns the absolute path of the new file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | Path to the existing spreadsheet file to copy | |
| destination | Yes | Path for the new copy. Must not already exist. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |