CtrlK
BlogDocsLog inGet started
Tessl Logo

merge4docx

将多个 Word 文档合并为一个文件。当用户提到 Word 合并、合并 docx、合并多个 Word 时使用。

68

Quality

81%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

SKILL.md
Quality
Evals
Security

merge4docx Skill

合并多个 Docx 文件为一个文件

功能描述

将多个 Word 文档合并为一个文件,可以是单个文件列表或文件夹下所有 docx 文件。

所属分类

office/skills/word/merge4docx/

调用方式

from office.skills.word import merge4docx

merge4docx(
    input_path='./word_files',
    output_path='./output/',
    new_word_name='merged.docx'
)

参数说明

参数类型必填默认值说明
input_pathstr-输入文件的路径。可以是单个文件或文件夹路径
output_pathstr-输出合并后文件的路径
new_word_namestr'merge4docx'合并后新文件的名称

返回值

None

使用示例

from office.skills.word import merge4docx
merge4docx(
    input_path='./word_files',
    output_path='./output/',
    new_word_name='all_merged'
)

原始函数

office.api.word.merge4docx

Repository
CoderWanFeng/python-office
Last updated
First committed

Is this your skill?

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.