'Create .docx from rows in .csv or .xlsx

I have a spreadsheet in which each row contains paragraphs for an article.

E.g. column 1: article title, column 2: headline, column 3: opening paragraph, etc.

I want to create word docs out of each row and separate each row by a new line. I have about 250 articles in the spreadsheet (.csv) Is there a way to automate this?

Thank you!!



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source