poi-tl ist eine Java-basierte Template-Engine zur Generierung von DOCX-Dateien. Sie fungiert als Dokumentengenerator, der vordefinierte Word-Vorlagen mit dynamischen Daten und Logik füllt, um die Erstellung von Berichten und Verträgen zu automatisieren.
Die Hauptfunktionen von sayi/poi-tl sind: DOCX Automation Libraries, Dynamic Document Templating, Template-Driven Generation Engines, Text Placeholder Replacements, Template Population, Word Template Engines, Dynamic Document Generators, OpenXML Manipulation.
Open-Source-Alternativen zu sayi/poi-tl sind unter anderem: guigrpa/docx-templates — Docx-templates is a library designed for the programmatic generation of Word documents by merging dynamic data with… elapouya/python-docx-template — python-docx-template is a template engine for generating Microsoft Word documents by merging .docx files with data… silentvoid13/templater — Templater is an Obsidian template engine and JavaScript automation plugin that functions as a dynamic content… dolanmiu/docx — docx is a JavaScript and TypeScript library for the programmatic generation and manipulation of Word documents. It… open-xml-templating/docxtemplater — Docxtemplater is an office document generation engine designed to automate the creation of personalized business… pdfme/pdfme — pdfme is a schema-based PDF generation engine and dynamic document builder. It provides a system for producing PDF…
Docx-templates is a library designed for the programmatic generation of Word documents by merging dynamic data with predefined template files. It functions as a template engine that processes embedded instructions directly within the document structure to produce customized, data-driven output. The engine distinguishes itself by allowing the execution of arbitrary JavaScript expressions and custom data resolvers during the generation process. This enables complex conditional logic, iterative loops, and the dynamic injection of diverse content types, including images, HTML fragments, and raw X
python-docx-template is a template engine for generating Microsoft Word documents by merging .docx files with data contexts using a logic-based markup syntax. It functions as a document automator that injects variables, images, and sub-documents into Word files while maintaining the original styling. The project uses a rendering system based on Jinja2 to apply template logic and filters to Office Open XML files. It allows for the creation of custom template filters to transform data during the rendering phase and includes a command line interface for producing documents by passing a template
Templater is an Obsidian template engine and JavaScript automation plugin that functions as a dynamic content generator and workflow orchestrator. It enables the automation of document creation and note-taking tasks through the use of dynamic placeholders and embedded logic. The project distinguishes itself by executing custom JavaScript and shell commands to manipulate files and insert data. It allows for interactive note generation via modal prompts for user input and the import of external JavaScript modules to provide reusable logic outside of template files. Its capabilities include pro
docx is a JavaScript and TypeScript library for the programmatic generation and manipulation of Word documents. It serves as an OOXML document generator, allowing developers to create formatted office files through code instead of manual editing. The library enables document automation across both Node.js and web browser environments. It supports client-side document export, allowing users to generate and download files directly in the browser without a backend server. Capabilities include the ability to define page layouts, margins, and orientation. Users can programmatically insert documen