Tagged articles
5 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 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