xlsx

Installation
SKILL.md

Excel 创建、编辑与分析

概述

用户可能要求创建、编辑或分析 .xlsx 文件。根据任务类型选择合适的工具和工作流。

重要: 本项目已内置 create_document、read_document、edit_document 工具支持 Excel 操作。优先使用这些内置工具,以下 pandas/openpyxl 指南用于复杂场景。

使用内置工具(推荐)

创建 Excel 文件

<create_document>
<type>excel</type>
<file_path>/path/to/output.xlsx</file_path>
<document_data>{"sheets":[{"name":"Sheet1","data":[["姓名","年龄","城市"],["张三",28,"北京"],["李四",32,"上海"]],"column_widths":[20,10,15],"formulas":[{"cell":"D2","formula":"=B2+1"}]}]}</document_data>
</create_document>
Installs
2
GitHub Stars
15
First Seen
Mar 3, 2026
xlsx — senweaver/senweaver-ide