CtrlK
BlogDocsLog inGet started
Tessl Logo

output_file_list_to_excel

将文件夹下的所有文件名整理到一个 Excel 表格中。当用户提到文件名清单、文件名导出 Excel、文件名汇总时使用。

SKILL.md
Quality
Evals
Security

output_file_list_to_excel Skill

整理当前文件夹下的文件名到一个 Excel 里

功能描述

将指定目录下的所有文件名整理到一个 Excel 文件中。

所属分类

office/skills/file/output_file_list_to_excel/

调用方式

from office.skills.file import output_file_list_to_excel

output_file_list_to_excel(dir_path='./data')

参数说明

参数类型必填默认值说明
dir_pathstr-目录路径

返回值

None

使用示例

from office.skills.file import output_file_list_to_excel
output_file_list_to_excel(dir_path='./我的文件夹')

原始函数

office.api.file.output_file_list_to_excel

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.