원클릭으로
generate-xlsx
Generate an Excel workbook (.xlsx) from ingested source documents — tabular with charts, formulas, KPI cells
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Generate an Excel workbook (.xlsx) from ingested source documents — tabular with charts, formulas, KPI cells
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)
Find PII (emails, phones, SSN, credit cards, IBANs, names, addresses, DOB) in an ingested document; return redaction plan
Extract tabular data from one or more source documents and populate a saved xlsx template — composes extract-tabular-data + xlsx-template-apply
| name | generate-xlsx |
| description | Generate an Excel workbook (.xlsx) from ingested source documents — tabular with charts, formulas, KPI cells |
| model | deepseek/deepseek-v4-pro |
| tier | pro |
| inputs | [{"name":"source_document_ids","type":"list[str]","required":true},{"name":"brief","type":"str","required":true},{"name":"style","type":"str","required":false,"description":"financial / operational / executive / academic"},{"name":"audience","type":"str","required":false},{"name":"max_sheets","type":"int","required":false,"description":"Soft cap (default 5)"}] |
| outputs | [{"name":"file_path","type":"str"},{"name":"file_url","type":"str"},{"name":"title","type":"str"},{"name":"sheet_count","type":"int"},{"name":"table_count","type":"int"},{"name":"chart_count","type":"int"},{"name":"model","type":"str"},{"name":"source_document_ids","type":"list[str]"}] |
Produces a real .xlsx file from ingested source documents using the Workbook
JSON schema. Always grounded — the LLM must not invent numbers; only use values
present in the sources. Supports native Excel tables, charts (bar/line/pie/scatter),
formulas (=SUM, =AVERAGE...), KPI cells, and typed columns (currency, percent, date).