DDS-GmbH / jocument

JVM based template engine for DOCX and XLSX.
MIT License
3 stars 1 forks source link

Allow per-cell custom placeholders #253

Closed AntonOellerer closed 5 months ago

AntonOellerer commented 5 months ago

Up until now, it was not possible to have a ranged placeholder (e.g. {{quotes}}) in the same row as another placeholder. To make this possible, custom excel placeholders now return an object containing information about any offsets and/or column skips resulting from their application.