Getting Started
This guide gets the Office-stamper excel-context module working: add the dependency,
build from source, and load your first Excel data source.
Prerequisites
- A JDK matching the project baseline: Java 25 (Maven
releaseis set to 25; the runtime requires Java 17+). - Apache Maven 3.9+ (or the project’s Maven wrapper, if present).
Add the dependency
<dependency>
<groupId>pro.verron.office-stamper</groupId>
<artifactId>excel-context</artifactId>
<version>${project.version}</version>
</dependency>Build from source
git clone https://github.com/verronpro/office-stamper.git
cd office-stamper
mvn installLoad your first Excel context
excel-context parses Excel sheets and rows into a context object the engine can use
with SpEL expressions. Wire it to the engine as you would any other context.
