I have a file (datafile1) with more than 1.000 accounts followed by info in columns like this:
Accountname1 info1 info2 info3
Accountname2 info1 info2 info3 ...
and I have a template in excel with some text and logos. I want to import the data from datafile1 to the template and create a individual PDF for all accounts. So let's say 1.000 pdfs. Is there any way to get this done? Maybe an out of the box program, or python code? Thanks for your answers in advance.