Install
openclaw skills install @youteacher/spreadsheet-analysis使用场景: 用户需要分析 XLSX 或 CSV、概括表格、依据单元格内容问答、对比多份表格,或导出带工作表与行号证据的结果时;不用于旧版 XLS、加密文件或宏执行。
openclaw skills install @youteacher/spreadsheet-analysis一个 Skill 同时读取 XLSX 和 UTF-8 CSV,提供数据摘要、关键发现、问答、文件对比及可核验的工作表行证据。原始表格留在本机,解析后的单元格文字会提交到平台;不会执行宏或公式。
openclaw config set env.SPREADSHEET_ANALYSIS_API_KEY "你的平台APIKey"
openclaw gateway restart
scripts/extract_spreadsheet.py 在本机解析 XLSX/CSV,仅向平台提交文件名、工作表行位置和单元格文字。spreadsheet.analyze(表格内容分析),问答使用 spreadsheet.question(表格内容问答),文件对比使用 spreadsheet.compare(表格文件对比)。spreadsheet.export(导出表格分析结果)。