Which tools / APIs are best for Office-Reports from RTC
Hi all,
I am currently trying to get some information from use-case-diagrams out of RTC to a MS Word document. Until now we used RPE to this.
I would like to know how other users here are getting there information from RTC and which would be the easiest and fastest way to get these information.
Lars
One answer
Hi
Normally the answer would be publishing engine. So it might help to understand what the problem is with that approach ?
Depending on the report, you might be able to use RRDI.
Failing that the only alternative I can think of, would be to use the RTC api's (either java client, or rest), in combination with the apache poi libraries for creating office docs - but that's a pretty ugly way of doing it in my opinion.
Steve