Tag

Dynamic Columns

1 views collected around this technical thread.

Architect's Guide
Architect's Guide
Oct 17, 2024 · Backend Development

Using JXLS for Complex Excel Export in Java Backend Applications

This article introduces the JXLS library for Java, explains how to add Maven dependencies, provides backend utility and controller code for exporting Excel files, and details common XLS expressions such as jx:area, jx:each, jx:mergeCells, and dynamic column handling to simplify complex Excel report generation.

BackendDynamic ColumnsExcel Export
0 likes · 8 min read
Using JXLS for Complex Excel Export in Java Backend Applications
Top Architect
Top Architect
Apr 18, 2022 · Backend Development

Dynamic Excel Export with EasyPOI: Generating Column Headers and Data Programmatically

This article demonstrates how to use EasyPOI to export Excel files with dynamically generated column headers and data rows in Java, covering dependency configuration, header creation, data population, merging cells, utility methods, DTO definitions, and a complete test case.

Backend DevelopmentDynamic ColumnsEasyPoi
0 likes · 13 min read
Dynamic Excel Export with EasyPOI: Generating Column Headers and Data Programmatically