GrapeCityXA/dsh-plugin-spreadjs-editor0

@grapecity-software/dsh-spreadjs-editor

DeepSeek Harness Web UI plugin: SpreadJS viewer registered through dsh-better-sidebar (ui-all).

AI 分析

核心用途是在 DSH 中直接查看和编辑电子表格。适合需要处理 .xlsx、.csv 等文件的用户,需 DSH >=0.1.2-rc.1 并安装了 ui-all 插件。

パッケージ
@grapecity-software/dsh-spreadjs-editor
バージョン
0.1.3
ライセンス
MIT
最終更新
2026/09/10

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:GrapeCityXA/dsh-plugin-spreadjs-editor

ドキュメント

README 全文を読む ↗

配置

如已获得许可证,在 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 并刷新网页。

Configuration

If you have licenses, add the following to the web profile's cordis.patch.yml:

KeyDefaultDescription
licenseKey''SpreadJS deployment key. Empty runs in evaluation mode with a watermark.
designerLicenseKey''Separate SpreadJS Designer deployment key. Empty keeps Designer in evaluation mode.
- id: spreadjs-editor
  config:
    licenseKey: 'YOUR_SPREADJS_KEY'
    designerLicenseKey: 'YOUR_DESIGNER_KEY'

Restart DSH and refresh the browser after changing the configuration.