Generic Excel Template Filler
Generic Excel Template Filler is a Dify tool plugin for inspecting and filling arbitrary Excel templates while preserving workbook formatting.
This universal version does not bundle domain-specific templates. Templates must be supplied by URL or as base64-encoded content.
Features
- Inspect workbook structure, visible sheets, merged ranges, named ranges, placeholders, and non-empty cell previews.
- Fill values by explicit cell references such as .
- Fill named ranges discovered from the workbook.
- Replace text placeholders such as .
- Optionally fill repeated issue rows when the template defines matching named ranges.
- Return the generated file directly as a Dify blob, or upload it to a user-provided service and return a download URL.
Template Sources
Recommended Workflow
- Provide a template URL or base64 string.
- Run to discover sheets, named ranges, and placeholders.
- Prepare from the inspection result.
- Run to generate the final workbook.
- Use for direct file output, or with provider upload credentials.
Payload Example
Privacy
The plugin processes templates and payload data in the Dify plugin runtime. It downloads a remote template only when is selected and is provided.