Question
4
Replies
115
Views
Aaseya IT Services
Posted: December 11, 2019
Last activity: 1 week 2 days ago
Closed
Solved
How to past/append/import excel range into Microsoft Word file using Pega Robotics/OpenSpan
Hello Team,
Can any one help me to past/append/import the excel range into MS Word file.
I have added a microsoftWord component in Global Container and set the Document/Path property to access the file.
Unable to find the Text/Append properties under Object Inspector nor any relevant Event or Method found for the microsoftWord component.
Thanks
The Word component is pretty basic. You need to define Bookmarks in your document and then those are exposed as properties of the document to be populated with text. Filling out a table as you seem to be wanting to do with Excel will require at least some C# code.
http://help.openspan.com/191/Components/How_to_use_the_Document_component.htm
http://help.openspan.com/191/Components/Microsoft_Word.htm