用于创建、编辑、分析电子表格,并支持公式、格式与可视化处理。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "xlsx" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/document-skills/xlsx/SKILL.md 2. 保存为 ~/.claude/skills/xlsx/SKILL.md 3. 装好后重载技能,告诉我可以用了
请根据以下销售数据创建一个 Excel 表格,包含月份、产品、销售额、利润四列;添加总计行、利润率公式,并用条件格式高亮利润率低于10%的行,最后生成柱状图展示各产品销售额。
一个格式完整的销售报表,含公式、条件格式和销售额图表。
请读取这个 Excel 文件,分析各地区季度销售趋势,找出增长最快和下滑最明显的地区,并汇总成简洁结论;如有需要,可在表中新增分析工作表。
对表格数据的趋势分析结果,以及可选的新增分析工作表。
请修改这个预算表:将“市场费用”列整体上调8%,保留原有格式和公式关联,并重新计算所有汇总单元格,检查是否有公式错误或引用断裂。
已更新的预算表,保留原格式,并完成公式重算与错误检查。
Unless otherwise stated by the user or existing template
A user may ask you to create, edit, or analyze the contents of an .xlsx file. You have different tools and workflows available for different tasks.
LibreOffice Required for Formula Recalculation: You can assume LibreOffice is installed for recalculating formula values using the recalc.py script. The script automatically configures LibreOffice on first run
For data analysis, visualization, and basic operations, use pandas which provides powerful data manipulation capabilities:
import pandas as pd
# Read Excel
df = pd.read_excel('file.xlsx') # Default: first sheet
all_sheets = pd.read_excel('file.xlsx', sheet_name=None) # All sheets as dict
# Analyze
df.head() # Preview data
df.info() # Column info
df.describe() # Statistics
# Write Excel
df.to_excel('output.xlsx', index=False)
Always use Excel formulas instead of calculating values in Python and hardcoding them. This ensures the spreadsheet remains dynamic and updateable.
# Bad: Calculating in Python and hardcoding result
total = df['Sales'].sum()
sheet['B10'] = total # Hardcodes 5000
# Bad: Computing growth rate in Python
…
帮助用户发现并筛选 Claude 技能、资源与工具,优化 AI 工作流定制
通过 Rube MCP 自动执行 Algolia 检索与索引管理等任务。
通过 Rube MCP 自动化 Agiled 中的客户、项目与业务流程操作。
通过 Rube MCP 自动执行 Giphy 搜索与动图管理等工作流。
通过 Rube MCP 自动处理 GoToWebinar 的创建、报名与参会管理流程
通过 Rube MCP 自动执行 Agenty 任务,并先检索最新工具参数与结构。
处理或生成电子表格文件,支持清洗、编辑、转换与公式图表操作。
用自然语言查询 Excel 和 CSV 数据,快速完成分析与表格洞察。
用于创建、编辑和分析Word文档,支持修订、批注与格式保留。
帮助你批量处理PDF、Excel、Word和PPT的提取、表单、公式与修订任务
集成文档平台与 Spark AI,支持会话管理、知识库检索和表格操作。
帮助用户读取、生成、比对并脱敏 Excel 文件,提升表格处理效率