docx-stamper
docx-stamper copied to clipboard
replaceNullValues doesn't work inside table with repeatTableRow
I think the replaceNullValues doesn't work inside a repeatTableRow. The original expression is outputed instead. Maybe repeatParagraph should be checked for this issue as well.
I think it has to do with the PlaceholderResolver not being configured completly. I'm a bit new on GitHub, so I'm unsure how to make a pull request based on the commit I pushed to my fork. Probably a similar fix should be applied to ParagraphRepeatProcessor.
Just go to https://github.com/f-aubert/docx-stamper and click new pull request. then click on create pull request.
It would be great if you could fix the repeatParagraph() inside the table with repeating rows in this pull request as well.