DeepSeek Harness Hub
← 返回列表

GrapeCityXA/dsh-plugin-spreadjs-editor

DeepSeek Harnessspec-screened在 GitHub 查看 ↗
未验证

适用于 DeepSeek Harness 的 SpreadJS 编辑器

尚未跑自动兼容性验证,可查看页面内的依赖与入口分析。 · 最近上游提交 2026/9/14 · 已提供中文文档

DeepSeek Harness Web UI 插件:从 ui-all 文件树中查看和编辑 Excel/SpreadJS 工作簿。

综合分
29.4
GitHub 分
29.4
用户评分
★ Stars
0
周下载量
安装插件(需先安装 dsh CLI 引擎:npm install -g @deepseek-ai/dsh)
dsh plugin --profile web add GrapeCityXA/dsh-plugin-spreadjs-editor
该插件未发布到 npm,走 GitHub 源安装(pnpm 若拦截 prepare 脚本,按其提示在 pnpm-workspace.yaml 的 allowBuilds 中放行后重跑)
数据截至 2026/9/20(元数据每日更新 · 实装验证按队列轮转,单条结论的验证时间见上方)
依赖的 DSH / Cordis 模块
@deepseek-ai/cordis@deepseek-ai/dsh-client-runtime@deepseek-ai/dsh-client-ui-layout@deepseek-ai/dsh-client-ui-sidebar@deepseek-ai/dsh-client-ui-slots@deepseek-ai/dsh-host-webserver
用户评分
还没有人投票,来当第一个
订阅周报,不错过优质插件更新
每周一封 · 高评分插件 + 新用户活动

README

适用于 DeepSeek Harness 的 SpreadJS 编辑器

GitHub · npm:@grapecity-software/dsh-spreadjs-editor

版本记录 / Release Notes

在 DeepSeek Harness Web UI 里,直接在右侧文件树中打开、查看和编辑 Excel / SpreadJS 文件。

一个 DeepSeek Harness Web UI 插件,可直接从右侧文件树打开、查看和编辑 Excel / SpreadJS 文件。

在 DeepSeek Harness Web UI 中打开的 SpreadJS 编辑器

中文说明

功能

- 支持 .xlsx、.xlsm、.csv、.sjs、.ssjson 文件。
- 从文件树打开工作簿,使用 SpreadJS Designer 编辑表格。
- 编辑器跟随系统切换浅色和深色主题。

内置版本与文件兼容性

| 组件 | 内置版本 |
| --- | --- |
| SpreadJS | 19.1.4 |
| SpreadJS Designer | 19.1.4 |

编辑器底部显示 SpreadJS 版本号。低版本 SpreadJS 可能无法打开本版本保存的 .sjs 或 .ssjson 文件;与旧版系统交换文件时,建议保留原文件并确认兼容性。

安装

需要 DSH >=0.1.2-rc.1,并已安装 @linxin666/dsh-web-all(ui-all)。

插件内置 SpreadJS 和 Designer,无需编译。使用已安装的 DSH CLI 安装并启动:

dsh plugin --profile web add @grapecity-software/dsh-spreadjs-editor
dsh --profile web

启动后,在 Web UI 右侧文件树中打开 .xlsx、.xlsm、.csv、.sjs 或 .ssjson 文件即可。

也可以通过 npx 安装并启动:

npx --yes @deepseek-ai/dsh@latest plugin --profile web add @grapecity-software/dsh-spreadjs-editor
npx --yes @deepseek-ai/dsh@latest --profile web

旧版本用户请参阅升级说明。

配置

如已获得许可证,在 web profile 的 cordis.patch.yml 中添加以下配置:

| Key | 默认值 | 说明 |
| --- | --- | --- |
| licenseKey | '' | SpreadJS 部署许可证。留空以带水印的试用模式运行。 |
| designerLicenseKey | '' | 独立的 SpreadJS Designer 部署许可证。留空保持 Designer 试用状态。 |

- id: spreadjs-editor
config:
licenseKey: 'YOUR_SPREADJS_KEY'
designerLicenseKey: 'YOUR_DESIGNER_KEY'

修改后重启 DSH 并刷新网页。

许可

插件代码免费提供,采用 MIT 许可证。内置的 SpreadJS 和 Designer 是葡萄城商业产品,未配置许可证时可按其试用条款体验;插件免费不包含这两个产品的商业授权。

如用于正式部署或 SaaS 服务,请根据使用场景获取适用的 SpreadJS 和 Designer 授权。

English

Features

- Opens .xlsx, .xlsm, .csv, .sjs, and .ssjson files.
- Open workbooks from the file tree and edit them with SpreadJS Designer.
- Follows the system's light or dark theme.

Bundled Versions and File Compatibility

| Component | Bundled version |
| --- | --- |
| SpreadJS | 19.1.4 |
| SpreadJS Designer | 19.1.4 |

The editor status bar shows the SpreadJS version. Older SpreadJS versions may not open .sjs or .ssjson files saved by this version. When exchanging files with older systems, keep the original files and check compatibility.

Installation

Requires DSH >=0.1.2-rc.1 with @linxin666/dsh-web-all (ui-all) installed.

The plugin includes SpreadJS and Designer, with no build step required. With the DSH CLI installed:

dsh plugin --profile web add @grapecity-software/dsh-spreadjs-editor
dsh --profile web

After startup, open .xlsx, .xlsm, .csv, .sjs, or .ssjson from the right-side file tree.

Alternatively, install and start through npx:

npx --yes @deepseek-ai/dsh@latest plugin --profile web add @grapecity-software/dsh-spreadjs-editor
npx --yes @deepseek-ai/dsh@latest --profile web

有关升级信息,请参阅发布说明。

配置

如果您拥有许可证,请将以下内容添加到 web 配置文件的 cordis.patch.yml 中:

| 键 | 默认值 | 描述 |
| --- | --- | --- |
| licenseKey | '' | SpreadJS 部署密钥。为空时以评估模式运行并带有水印。 |
| designerLicenseKey | '' | 单独的 SpreadJS Designer 部署密钥。为空时使 Designer 保持评估模式。 |
yaml
- id: spreadjs-editor
config:
licenseKey: 'YOUR_SPREADJS_KEY'
designerLicenseKey: 'YOUR_DESIGNER_KEY'

更改配置后,请重启 DSH 并刷新浏览器。

许可证

插件代码在 MIT 许可证下免费提供。捆绑的 SpreadJS 和 Designer 是 GrapeCity 的商业产品,可在其试用条款下无需许可证密钥进行评估。该免费插件不包含这些产品的商业许可证。

对于生产或 SaaS 部署,请获取适合您使用场景的 SpreadJS 和 Designer 许可证。

上游仓库有新提交时邮件通知你(每天最多一封,无更新不打扰),随时一键退订。

💬 加入 DPharness 群聊

插件用法、部署报错、新插件第一时间同步——群里问,比一个人翻文档快。

点击加入 QQ 群
DPharness 群聊二维码,手机 QQ 扫码进群
扫码进群