将多个 Excel 文件合并到一个 Excel 的不同 sheet 中。当用户提到合并 Excel、合并多个表格、多个 Excel 合并时使用。
68
81%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
将多个 Excel 文件合并到一个 Excel 的不同 sheet 中
将指定目录下的所有 Excel 文件合并到一个新的 Excel 文件中,每个原始文件对应一个新 sheet。
office/skills/excel/merge2excel/
from office.skills.excel import merge2excel
merge2excel(
dir_path='./excel_files',
output_file='./merge2excel.xlsx'
)| 参数 | 类型 | 必填 | 默认值 | 说明 |
|---|---|---|---|---|
dir_path | str | 是 | - | 包含多个 Excel 文件的目录路径 |
output_file | str | 否 | 'merge2excel.xlsx' | 合并后的 Excel 文件路径 |
None
from office.skills.excel import merge2excel
merge2excel(dir_path='./excels', output_file='./all_in_one.xlsx')https://www.bilibili.com/video/BV1Th4y1Y7kd/
office.api.excel.merge2excel
2b1996b
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.