excel-processor
仓库创建 2026年3月18日最近提交 1 天前SkillHot 收录 6 小时前
▸ 精选理由
自动化报表与数据转换,显著节省手工整理时间
这个 Skill 做什么
读写、分析与格式化 .xlsx 表格,支持公式、图表与多表操作
读写和处理 .xlsx 表格,能帮你生成表格、提取数据、添加公式、做格式化和图表,支持多表和条件格式等常见报表需求。适合要把 CSV/JSON 转成 Excel 报表、批量生成报表或从复杂表格提取信息时使用。特点是既能做数据处理也能做好格式美化,方便直接产出可交付的 Excel 文件。
▸ 展开 SKILL.md 英文原文
Read, write, analyze, and format Excel spreadsheets (.xlsx). Use when the user needs to create Excel files, extract data from spreadsheets, apply formulas, format cells, or generate Excel reports from data. Supports multiple sheets, charts, and conditional formatting.
0
Stars
0
Forks
23
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Await-d/OpenAWork/main/packages/resources/resources/skills/reference/excel-processor/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Await-d/OpenAWork/main/packages/resources/resources/skills/reference/excel-processor/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Excel Processor Read, write, analyze, and format Excel spreadsheets (.xlsx) using Python. ## When to use this skill - User asks to create an Excel spreadsheet - User wants to read or extract data from an .xlsx file - User needs to add formulas, formatting, or charts to a spreadsheet - User wants to convert CSV/JSON data into a formatted Excel file - User needs Excel report generation with multiple sheets ## Scripts overview | Script | Purpose | Dependencies | | --------------- | -------------------------------------------- | ------------ | | `excel_tool.py` | Read, write, format, and analyze Excel files | `openpyxl` | ## Steps ### 1. I
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有