How to get the data from the object and create it into PPT.

0
I create this microflow and java code to create the powerpoint document. I now only can create a blank power point. Had any idea to get the data and create it into powerpoint?  
asked
1 answers
0

You can add parameters to your Java Action so you can easily pass data into it. These values will then be available to use in the action. Now you have the data, it would be a case of finding and following the documentation for XMLSlideShow as to how to add them to the PowerPoint document itself.

 

https://docs.mendix.com/howto8/logic-business-rules/extending-your-application-with-custom-java/

 

https://poi.apache.org/components/slideshow/xslf-cookbook.html

 

Good luck!

answered