Tagged articles

POI‑TL

6 articles · Page 1 of 1
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Nov 5, 2025 · Backend Development

Master Word Document Generation in Spring Boot 3 with poi‑tl: A Step‑by‑Step Guide

This article introduces the open‑source POI‑TL Word template engine, shows how to add the Maven dependency, prepare Word templates and data models, and demonstrates generating tables, lists, sections, charts, and SpEL‑driven content in Spring Boot 3, including a downloadable controller endpoint.

POI‑TLTemplate Enginejava
0 likes · 11 min read
Master Word Document Generation in Spring Boot 3 with poi‑tl: A Step‑by‑Step Guide
Programmer XiaoFu
Programmer XiaoFu
Apr 22, 2024 · Backend Development

Quickly Generate Word Reports with SpringBoot and POI‑TL

This article shows how to use SpringBoot together with the POI‑TL template engine to create Word reports that embed text, images, tables and charts, providing a step‑by‑step guide, code snippets and a reusable utility class for rapid document generation.

POI‑TLReport GenerationTemplate Engine
0 likes · 17 min read
Quickly Generate Word Reports with SpringBoot and POI‑TL
Programmer DD
Programmer DD
Nov 5, 2021 · Backend Development

Generate Word Docs with POI‑TL: A Minimal‑Code Template Engine for Java

This article introduces POI‑TL, a lightweight Java template engine built on Apache POI that lets developers generate Word documents with a single line of code, explains its core API, configuration options, rendering pipeline, and provides practical code examples for quick adoption.

Apache POIDocument AutomationPOI‑TL
0 likes · 9 min read
Generate Word Docs with POI‑TL: A Minimal‑Code Template Engine for Java
New Oriental Technology
New Oriental Technology
May 6, 2021 · Backend Development

Using Poi-tl to Export Word Documents with Templates in Java

This article explains how to use the Java Poi‑tl library to generate Word .docx documents from templates, covering solution comparison, API usage, code examples for text, images, tables, and block structures, and provides a quick start guide.

Document GenerationPOI‑TLTemplate Engine
0 likes · 8 min read
Using Poi-tl to Export Word Documents with Templates in Java