Excel Exporting through microflow

0
Hi, I am using excel export module to export the data, where i am doing configuration with mx model reflection and excel exporter module and creating template from UI and downloading it ,but i need to create that template through microflow. Is it possible to do that configuration through microflow?
asked
1 answers
1

Yes, this is possible. If you look at the current pages in the export module where templates are made, you can see which attributes they use:

Repeat that for the other pages as well and simply create the required objects in your microflow (MxTemplate, MxSheet, MxCellStyle) with the values you want to be in the template.

answered