microsoft-excel

Manipulate Excel workbooks in OneDrive via the Microsoft Excel API.

Updated Feb 16, 2026
One-click install
npx skills add https://github.com/dsactivi-2/Mujo-Team --skill microsoft-excel
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: microsoft-excel
Source: https://github.com/dsactivi-2/Mujo-Team/tree/main/skills/microsoft-excel
Command: npx skills add https://github.com/dsactivi-2/Mujo-Team --skill microsoft-excel

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the process of interacting with Microsoft Excel files stored in OneDrive, allowing for programmatic reading and writing of data without manual intervention.

Core Features & Use Cases

  • Workbook Management: Read and write entire Excel workbooks.
  • Worksheet Operations: Create, update, delete, and list worksheets.
  • Data Manipulation: Read, write, and clear data within specific ranges.
  • Table Management: Create, update, add/delete rows and columns for tables.
  • Chart Integration: Add charts to worksheets.
  • Use Case: Automatically update a sales report in Excel with new data fetched from a database, or extract specific financial data from an Excel file for analysis.

Quick Start

Use the microsoft-excel skill to list all worksheets in the file 'report.xlsx' located in the root of your OneDrive.

Frequently Asked Questions about microsoft-excel

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Excel data manipulation in OneDrive?

To automate Excel data manipulation in OneDrive, this Skill integrates with the Microsoft Excel API via Maton's gateway for managed OAuth authentication, enabling programmatic reading and writing of data without manual intervention.

What do I need to connect to the Microsoft Excel API for spreadsheet automation?

To connect to the Microsoft Excel API for spreadsheet automation, you need a Maton API key for managed OAuth authentication and network access for API calls. This Skill handles the session management for performance optimization.

Can I create and update worksheets in an Excel workbook stored on OneDrive?

Yes, you can create, update, delete, and list worksheets in an Excel workbook stored on OneDrive. This Skill supports comprehensive worksheet operations through the Microsoft Excel API integration.

How do I manage tables and add charts to Excel files programmatically?

You manage tables and add charts to Excel files programmatically by utilizing this Skill's table management features to add or delete rows and columns, and its chart integration capabilities to add charts directly to worksheets.

Are there limitations when using the Microsoft Excel API for OneDrive file operations?

Limitations when using the Microsoft Excel API for OneDrive file operations include the strict requirement of a Maton API key and continuous network access for API calls, as the Skill depends entirely on Maton's gateway for managed OAuth authentication.