Data & Consulting
#excel
excel2pdf
将 Excel 文件的指定工作表转换为 PDF 格式。当用户提到 Excel 转 PDF、表格转 PDF、导出 Excel 为 PDF 时使用。
DeepseekModel
Curated skill
Quality Excellent · 90
v1.0.0
Get
https://deepseekmodel.com/api/download.php?id=coderwanfeng-python-office-skills-excel-excel2pdf-skill-md&format=skill
Download .skill
Standard format with system_prompt and model_config, ready for any agent framework
The actual content of the system_prompt field in the .skill file.
name excel2pdf description 将 Excel 文件的指定工作表转换为 PDF 格式。当用户提到 Excel 转 PDF、表格转 PDF、导出 Excel 为 PDF 时使用。 excel2pdf Skill 将 Excel 文件的指定工作表转换为 PDF 格式 功能描述 将 Excel 文件的指定工作表转换为 PDF 文件。 所属分类 office/skills/excel/excel2pdf/ 调用方式 from skills.excel import excel2pdf excel2pdf( excel_path= './data.xlsx' , pdf_path= './data.pdf' , sheet_id= 0 ) 参数说明 参数 类型 必填 默认值 说明 excel_path str 是 - Excel 文件的路径 pdf_path str 是 - 转换后生成的 PDF 文件的路径 sheet_id int 否 0 工作表的索引(默认第一个工作表) 返回值 None 使用示例 from skills.excel import excel2pdf excel2pdf(excel_path= './report.xlsx' , pdf_path= './report.pdf' , sheet_id= 0 ) 视频教程 https://www.bilibili.com/video/BV1A84y1N7or/ 原始函数 office.api.excel.excel2pdf
Keywords that activate this skill. Click one to copy it.
This skill does not provide trigger words.
The downloaded .skill package contains the following fields.
| Field | Description |
|---|---|
| format | Format tag (skill/v1) |
| skill_id | Unique skill ID |
| name | Skill name |
| version | Version |
| description | Description |
| category | Categories (array) |
| trigger_words | Trigger words |
| tags | Tags |
| source | Source |
| source_url | Source URL (this page) |
| exported_at | Exported at (set per download) |
| system_prompt | System prompt body |
| model_config | Model config: provider / model / temperature / max_tokens / top_p |
| examples | Examples |
| install_guide | Import guide for Coze / Dify / Claude / custom frameworks |
The same skill can be exported in different platform formats.