DDS-GmbH / jocument

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

Refactor jocument for custom excel placeholders #139

Closed AntonOellerer closed 2 years ago

AntonOellerer commented 2 years ago

Up until now, jocument only allowed custom placeholder resolving for word documents. To extend this to excel, the existing facilities are extended to allow PlaceholderData, and passing the ExcelWriter to the custom placeholder.

Shortcut