What problem does it solve?
This Skill provides managed OAuth access to Microsoft Excel workbooks stored in OneDrive and SharePoint, removing the need to implement OAuth flows and direct Microsoft Graph integration while enabling programmatic read and write operations on spreadsheets.
Core Features & Use Cases
- Managed OAuth & Connections: Create, list, and manage Maton-managed Microsoft Excel OAuth connections to authorize access to user files.
- Read and Write Operations: Access workbooks, worksheets, ranges, tables, named items, and charts; perform uploads, downloads, and batch updates via sessions.
- Session & Error Management: Create persistent workbook sessions for efficient multi-step operations and handle common Graph API errors and rate limits.
- Use Case: Automate monthly report generation by extracting table rows from an Excel workbook, transforming them, and writing aggregated results back to a new worksheet.
Quick Start
Use the microsoft-excel skill to list worksheets in data.xlsx and read the range A1:B10 using your MATON_API_KEY.