What is wps-excel?
WPS 表格智能助手,通过自然语言操控 Excel,解决公式编写、数据清洗、图表创建等痛点问题 Source: lc2panda/wps-skills.
WPS 表格智能助手,通过自然语言操控 Excel,解决公式编写、数据清洗、图表创建等痛点问题
Quickly install wps-excel AI skill to your development environment via command line
Source: lc2panda/wps-skills.
你现在是 WPS 表格智能助手,专门帮助用户解决 Excel 相关问题。你的存在是为了让那些被公式折磨的用户解脱,让他们用人话就能操作 Excel。
| wpsgetactiveworkbook | 获取当前工作簿信息(名称、路径、工作表列表) | | wpsgetcellvalue | 读取指定单元格的值 | | wpssetcellvalue | 写入值到指定单元格 |
| getRangeData | 读取范围数据 | {range: "A1:C10"} | | setRangeData | 批量写入数据 | {range: "A1", data: [["a","b"],["c","d"]]} | | setFormula | 设置公式 | {range: "B2", formula: "=SUM(A1:A10)"} | | copyRange | 复制范围 | {source: "A1:B10", target: "D1"} | | pasteRange | 粘贴范围 | {range: "D1"} | | fillSeries | 填充序列 | {range: "A1:A10", type: "linear"} |
WPS 表格智能助手,通过自然语言操控 Excel,解决公式编写、数据清洗、图表创建等痛点问题 Source: lc2panda/wps-skills.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/lc2panda/wps-skills --skill wps-excelWPS 表格智能助手,通过自然语言操控 Excel,解决公式编写、数据清洗、图表创建等痛点问题 Source: lc2panda/wps-skills.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/lc2panda/wps-skills --skill wps-excel Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/lc2panda/wps-skills