Caring Coder
Caring Coder
I'm interested in an active fork as well, we are getting more and more invested in this piece of code at my workplace. If any of you want to start...
FYI, you can have a Map as a context and make spel evaluate it by configurating the EvaluationContext thusly: ```java DocxStamperConfiguration config = new DocxStamperConfiguration(); config.setEvaluationContextConfigurer(ctx -> ctx.addPropertyAccessor(new MapAccessor())); DocxStamper...
From `org.springframework.context.expression` It's the package that helps support the 'Spel' Spring expression language.
I have the same issue on same version and with Samsung Galaxy 8 on Android 8.0.0
@alvinmeimoun, @KasparScherrer, @vegemite4me we'll take care of this subject when possible in our fork. https://github.com/verronpro/docx-stamper/
This subject has been treated in our fork https://github.com/verronpro/docx-stamper with the implementation of nested comments, and has been tested with repeatDocPart comment, and should works as well with repeatParagraphs and...
Nested comments has been implemented in our fork https://github.com/verronpro/docx-stamper, it at leas has been tested with repeatDocPart comment, but it should be working fine with other repeatParagraphs and repeatRows comments
Nested comments have been implemented in my fork https://github.com/verronpro/docx-stamper, it works at least for the repeatDocPart.
We are starting to actively fork the repo You can find it here : https://github.com/verronpro/docx-stamper. We started find improving the repeatDocPart, and making it recursive, and learning the way to...
> This is great - I have a good few improvements that I have implemented (they are in the issues section) - but maybe you've implemented some of them already....