'Turn rows of .cvs into .docx

I have a spreadsheet with 1 written article per row, each cell containing sections of the article. Is there a way to iterate over each row, append each value in each row to its own .docx and have 1 word document per row?

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