DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Excel Chat — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

dsh-excel-chat

Excel Chat

Talk to Excel in DeepSeek Harness: create/edit spreadsheets, formulas, styles, filters, and tables by conversation; auto-verifies formulas after every edit, repairs silent errors, and validates charts.

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add dsh-excel-chat@0.38.0
READMECompatibilityVersions

Compatibility and provenance

Excel Chat is published as dsh-excel-chat and currently resolves to version 0.38.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
npm
Registry updated
9/20/2026

Versions

0.38.0stable
9/7/2026
0.37.1stable
9/5/2026
0.36.0stable
9/4/2026
Show 21 more versionsCollapse versions
0.34.1stable
8/16/2026
0.34.0stable
8/16/2026
0.33.0stable
8/15/2026
0.32.0stable
8/15/2026
0.31.0stable
8/15/2026
0.30.0stable
8/14/2026
0.29.0stable
8/14/2026
0.28.0stable
8/14/2026
0.27.0stable
8/14/2026
0.26.0stable
8/14/2026
0.25.0stable
8/14/2026
0.24.1stable
8/14/2026
0.24.0stable
8/14/2026
0.23.1stable
8/14/2026
0.23.0stable
8/14/2026
0.22.0stable
8/14/2026
0.21.1stable
8/14/2026
0.21.0stable
8/14/2026

Related plugins

Loading related plugins…

Latest
0.38.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
1.3 MB
Files
130
Surface
web
License
MIT
Source
npm
GitHub
★ 8
Weekly downloads
341
Last push
9/7/2026
View source ↗Project homepage ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue
0.20.0stable
8/14/2026
0.19.0stable
8/14/2026
0.18.0stable
8/14/2026

Related plugins

More verified plugins in productivity-workflow.

Acp App@deepseek-ai/dsh-acp-appThe dsh ACP profile bundle: automation-only JSON-RPC stdio and process lifecycle over dsh-baseClient Ui Task Board@linxin666/dsh-client-ui-task-boardHost-authoritative task board for the DSH Web GUI with real session execution, Host cron scheduling, and optional cross-platform idle-sleep protection; mounted without DSH source changes.Web All@linxin666/dsh-web-allDSH Web UI 全家桶聚合插件:一键安装全部功能插件(task-board / git-graph / pet / remote-web-ui / web-ui-settings / skin-center / community-plugins / compat shim)。compat 桥接层已并入本包(src/client),无需独立 compat npm 包。Agent Teams@nanmicoder/dsh-agent-teamsAgentTeams for DeepSeek Harness: multi-agent team collaboration (captain, members, tasks with dependencies, messaging) driven by natural language, with a tree monitor in the web GUI

README

dsh-excel-chat

在 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