Hey everyone,
my situation is the following: I've written a little Java program, which generates an Excel and a PowerPoint document. The PowerPoint document stores a lot of charts, all linked to the Excel document. But the path of this Excel doc isn't always the same (I don't overwrite them, they all come into another folder).
So I have to change the references of the charts. I thought, it would be easy, but I couldn't find any solution, how to solve this problem with docx4j.
I'm thankful for each suggestion.