dsh-xmap
xmap Excel schema-map tools for DeepSeek Harness — peek/extract/verify/aggregate large Excel sheets with a reusable column-mapping spec library. 模型只写一份几百字节的列映射 spec,引擎用 Excel COM 在模型上下文之外把整张表读成 JSONL。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:lvguqingyou/dsh-xmap说明文档
阅读完整 README ↗配置(cordis.yml 的 config:)
| 键 | 含义 | 默认 |
|---|---|---|
specDir | spec 库目录;留空用包内自带 xmap/specs | 包内 specs |
timeoutMs | 单次 Excel COM 前台超时(毫秒) | 300000 |