How to combine the two ways (Interactively & Programmatically) to generate report using word template?
3 次查看(过去 30 天)
显示 更早的评论
I found there are two diffirent ways (Interactively & Programmatically) to generate report using word template. But I Want to create report content using 'XX.rpt' files Interactively in report explorer .While control the report's format Programmatic using word template. Is there any way to combine these two report generate approachs? Could you give me some examples? Thank you !
0 个评论
回答(1 个)
Paul Kinnucan
2017-2-9
The DOM API allows you to create MATLAB programs that generate reports. The Report Explorer allows you to assemble report generation components interactively to create a report generator. Both approaches use templates to format reports generated by the report generator that you create.
The Report Explorer comes with a set of default templates for formatting reports see Report Conversion Templates . You can use those templates or customized versions of those templates to format reports based on MATLAB programs that use the DOM API to generate the reports.
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!