بنقرة واحدة
xlsx-template-apply
Apply a saved xlsx template with new data — fills each table by name, renders .xlsx
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Apply a saved xlsx template with new data — fills each table by name, renders .xlsx
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Generate a Word document from ingested source documents using the agnostic Document tree (CommonMark/Pandoc-aligned)
Generate a single Document (Word/PowerPoint) from all source documents in a collection, with attributions back to each source
Generate a PDF from ingested source documents using the agnostic Document tree
Generate a PowerPoint deck from ingested source documents using the agnostic Document tree (parametrised by slide_count, style, audience, tone)
Generate an Excel workbook (.xlsx) from ingested source documents — tabular with charts, formulas, KPI cells
Find PII (emails, phones, SSN, credit cards, IBANs, names, addresses, DOB) in an ingested document; return redaction plan
| name | xlsx-template-apply |
| description | Apply a saved xlsx template with new data — fills each table by name, renders .xlsx |
| model | deepseek/deepseek-v4-flash |
| tier | flash |
| inputs | [{"name":"template_id","type":"str","required":true},{"name":"tables","type":"dict","required":true,"description":"Mapping table_name → list of row arrays. Each row must match the template's column count."},{"name":"title","type":"str","required":false,"description":"Optional title override for the rendered workbook"}] |
| outputs | [{"name":"file_path","type":"str"},{"name":"file_url","type":"str"},{"name":"title","type":"str"},{"name":"template_id","type":"str"},{"name":"sheet_count","type":"int"},{"name":"table_count","type":"int"}] |