Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →将文件夹下的所有文件名整理到一个 Excel 表格中。当用户提到文件名清单、文件名导出 Excel、文件名汇总时使用。
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | -70% | 0% |
| case-02 | ✗→✓ | ▲ Improved | -74% | 0% |
| case-03 | ✗→✓ | ▲ Improved | -67% | 0% |
| case-08 | ✗→✓ | ▲ Improved | -73% | 0% |
| case-09 | ✗→✓ | ▲ Improved | -70% | 0% |
> 整理当前文件夹下的文件名到一个 Excel 里
将指定目录下的所有文件名整理到一个 Excel 文件中。
office/skills/file/output_file_list_to_excel/
pythonfrom skills.file import output_file_list_to_excel output_file_list_to_excel(dir_path='./data')
| 参数 | 类型 | 必填 | 默认值 | 说明 | |------|------|------|--------|------| | dir_path | str | 是 | - | 目录路径 |
None
pythonfrom skills.file import output_file_list_to_excel output_file_list_to_excel(dir_path='./我的文件夹')
office.api.file.output_file_list_to_excel
Other measured skills in the registry, with their headline benchmark lift.