deepscan-export
Installation
SKILL.md
DeepScan 导出扫码记录
所有脚本路径相对于本 Skill 目录。
前置条件:需要已登录、已选择扫码本(参考 deepscan-login、deepscan-task Skill)。
默认导出(Excel)
python scripts/export.py export
指定格式导出
| 格式 | 命令 |
|---|---|
| Excel(默认) | python scripts/export.py export --format excel |
| CSV | python scripts/export.py export --format csv |
| TXT | python scripts/export.py export --format txt |