DDS-GmbH / jocument

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

Fix xlsx formatting #176

Closed AntonOellerer closed 1 year ago

AntonOellerer commented 1 year ago

There were a couple of bugs in the xlsx formatting code where style information was copied incorrectly from a row/cell to the new object. Additionally, default column style are now set as well. To verify the behaviour, a test for manual verification has been added to ExcelDocuments.java

Shortcut