Populate a word template with details from an excel file

I need to populate a word template with data from an excel file. The excel file has multiple rows of employee annual performance reviews. For example: a typical row in excel has the employee id, Name, address, title, department, employee assessment, manager assessment. This information needs to be uploaded into a Word Template. The word template has a table that holds one employee record and I need to copy the format for for every record in the excel table.
How should i go about creating this?