You could read the Excel File using “Read Range Workbook”-activity, and the iterate the rows with “For Each Row in Data Table”.
Then you simply append the text to the Word document (remember to set “Empty field” = None).
I’m reading couple of excels from sharepoint and the data of these excel files have hyperlinks in them. So I want to read the data from excel and write the data into a word document in the form of a table.
You could use the activity “Copy/Paste Range” inside an “Excel Application Scope”, to copy your links from Excel.
Then use simple “Keyboard Shortcuts” inside an “Word Application Scope” to write and format the copied content as a table.
Take a look at the example below.
You can download the files at the end.
The solution you provided looks promising but I have another challenge. I need to paste the table by replacing placeholders in word document. I have been trying to solve this challenge by myself by making use of your solution but I’m not able to do it.