excel
Installation
SKILL.md
Excel
Integrate with Microsoft Excel for spreadsheets. Use when you need to: (1) read and write Excel data, (2) manage spreadsheet workbooks, or (3) automate data analysis workflows.
Input
Provide input as JSON:
{
"spreadsheet_file": "Name or path of the Excel spreadsheet file to work with",
"worksheet_name": "Name of the worksheet/sheet to read from or write to",
"data_to_write": "Data content to write to the spreadsheet (e.g., CSV format or structured data)"
}