Talk to Excel in DeepSeek Harness: create, edit, repair, and verify spreadsheets by conversation, with automatic formula health checks after every edit.
Install
# from npm (prebuilt)
dsh plugin --profile web add dsh-excel-chat
# from GitHub (first run asks for allowBuilds approval — follow the hint, retry)
dsh plugin --profile web add github:hccccc01333/dsh-excel-chat#path:/bundle
Any plugin you install runs third-party code with your own permissions — it can read your files, use your credentials, and reach the network, and tool approvals don’t sandbox it. GitHub-sourced plugins also run build scripts at install time. Only install sources you trust, and pin a commit (github:owner/repo#sha).
README
This plugin publishes its README in Chinese only.
在 DeepSeek Harness 里对话完成 Excel 工作的 dsh 插件。
一分钟上手(使用者)
前提:已安装 DeepSeek Harness(dsh CLI 或桌面端)。
dsh plugin --profile demo add dsh-excel-chat
dsh web --profile demo
对话示例:“帮我把 report.xlsx 做成报表:D 列毛利、E 列合计、表头加粗、冻结首行、 加筛选”;“检查 sales.xlsx 的公式哪里错了并修复”;“按区域生成透视表和柱状图”。
平台说明:公式校验/修复、读写、样式、汇总、合并、邮件合并跨平台;图表创建/改参、 原生透视表、图表导出需要 Windows + 本机 Excel。
安装(从 npm 或本地 bundle):
dsh plugin --profile demo add dsh-excel-chat
dsh plugin --profile demo add ./bundle
工具:
excel_validate_formulas— 公式静默错误检测(列 pattern、hardcode、空行、循环引用、错误值)excel_compile_formula— Formula IR → 确定性 Excel 公式excel_read— 精确读取单元格状态(值/公式/类型/格式/合并/数据有效性)excel_undo— 按审计日志回滚excel_operate的编辑excel_repair_formulas— 确定性修复 + 可选 LLM 修复,输出.repaired.xlsx并复验 (可用autoTable自动识别表头)excel_diff_workbook— 两个 workbook 的单元格差异excel_operate— 职场级 Excel 操作(写值自动类型识别、填充/序列、插入/删除 行列、复制/移动、排序、样式、数据有效性、条件格式、自动筛选、结构化表格、 冻结、查找替换、工作表管理、合并),操作后自动复验公式excel_validate_charts— 图表结构校验excel_create_chart/excel_modify_chart— 用本地 Excel 创建与修改图表(类型、 标题、图例、坐标轴,Windows)excel_create_pivot— 原生数据透视表(多行/列字段、筛选器 + 值字段,Windows)excel_export_charts— 用本地 Excel 把图表导出为 PNG(Windows)
构建(源码安装时 prepare 自动执行):
npm run build
Links
More in this category
superdesigndev/treg★ 460
Tool catalog for agents: search ~2,600 external endpoints (SEO and SERP, backlinks, social, people and company enrichment, ad libraries, scraping) by the task you want done, read each one's parameters and per-call price, then call it with the credential injected server-side. Ships the skill plus an MCP row that stays disabled until TREG_TOKEN is set.
zhaoolee/notes#dsh-plugin★ 147
Export DSH conversations as Smartisan Notes-style PNGs, or create and update Markdown notes in a configured account-scoped workspace.
taxueseek/argo#dsh-plugin★ 99
Search built for agents: multilingual coverage across web, academic, code, shopping, finance, news, and encyclopedias.
omdsh-dev/dsh-data-agent★ 52
Let the AI connect to databases and write SQL for you.
heartleo/hn-cli#hacker-news★ 50
Hacker News tools for feeds, discussion threads, search, and user profiles.
geml-spec/geml#integrations/dsh-plugin★ 24
Block-addressed document editing: an MCP server exposing geml_get / geml_set / geml_check and friends, so an agent reads or rewrites one addressed block of a Markdown or GEML document instead of the whole file. Ships the GEML authoring skill and a code-graph skill that builds and navigates a project call graph as GEML codemaps.