Skip to content

Excel

Read and write data in Excel workbooks

Connect with: OAuth · Type: excel · Tools: 6

ToolWhat it does
excel_add_worksheetwriteAdd a new worksheet (tab) to an Excel workbook.
excel_clear_rangewriteClear values and/or formatting from a range in an Excel worksheet.
excel_get_worksheet_used_rangereadGet the used range of a worksheet — the bounding box of all cells with values, formatting, or formulas.
excel_list_worksheetsreadList all worksheets (tabs) in an Excel workbook.
excel_read_rangereadRead values from a range in an Excel worksheet.
excel_write_rangewriteWrite values into a range in an Excel worksheet.

Tool names are suffixed with the connection they run against when you have more than one — excel_add_worksheet@production. With a single connection the bare name works.

Docs as of 2026-08-31.