Skip to main content
Let your agents read and write Excel workbooks stored in OneDrive: list worksheets, read used ranges, manage tables and named items, add worksheets and table rows.

Connection

  • Authentication: OAuth 2.0 — you authorize Atako via Microsoft Excel’s consent screen; no key to copy.
  • Scopes requested:
    • offline_access
    • User.Read
    • Files.Read
    • Files.ReadWrite
Nothing to paste: click Connect and sign in with your Microsoft 365 work or school account. The workbook is identified by its OneDrive drive item id — obtain it via the OneDrive connector (list_root_children / list_children). Prerequisite on the Atako side — same Microsoft Entra app as Outlook, Teams and OneDrive: an administrator sets INTEGRATION_OAUTH_EXCEL_CLIENT_ID / _CLIENT_SECRET to the same values as INTEGRATION_OAUTH_OUTLOOK_CLIENT_ID / _CLIENT_SECRET, and adds the delegated permission Files.ReadWrite in Entra → App registrations → Atako → API permissions → Microsoft Graph → Delegated.See Microsoft Excel’s documentation.

Read actions (7)

Write actions (3)

Permissions

Every action above must be explicitly granted to an agent before it can be used. See Permissions for the grant model and Security for how credentials are protected.