Python Forum
Populate MS Word from Excel data
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Populate MS Word from Excel data
#1
Need to print letters to various recipients whose details I have in an excel spreadsheet. So
Name, Registration number
Barbara, 10001
Jonathan, 10002

My letter template in Word is

Dear <name>

Your registration number is <Registration number>

So how do I run a code to populate this template and print to PDF for instance? Say I have 100 entries in Excel so I need 100 new PDF files...
Reply
#2
You could start here: python-docx. Seems you are doing a lot of converting. Why not just create your template with Python, also, what is the point of converting it to PDF?
If it ain't broke, I just haven't gotten to it yet.
OS: Windows 10, openSuse 42.3, freeBSD 11, Raspian "Stretch"
Python 3.6.5, IDE: PyCharm 2018 Community Edition
Reply
#3
Not to discourage you to using python but that sounds native mail merge from excel...
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Copy data from Excel and paste into Discord (Midjourney) Joe_Wright 4 2,050 Jun-06-2023, 05:49 PM
Last Post: rajeshgk
  Reading data from excel file –> process it >>then write to another excel output file Jennifer_Jone 0 1,102 Mar-14-2023, 07:59 PM
Last Post: Jennifer_Jone
  Working with Excel and Word, Several Questions Regarding Find and Replace Brandon_Pickert 4 1,550 Feb-11-2023, 03:59 PM
Last Post: Brandon_Pickert
  How to properly format rows and columns in excel data from parsed .txt blocks jh67 7 1,878 Dec-12-2022, 08:22 PM
Last Post: jh67
  Trying to Get Arduino sensor data over to excel using Python. eh5713 1 1,712 Dec-01-2022, 01:52 PM
Last Post: deanhystad
  Appending a row of data in an MS Excel file azizrasul 3 1,175 Nov-06-2022, 05:17 PM
Last Post: azizrasul
  Moving data from one Excel to another and finding maximum profit azizrasul 7 1,471 Oct-06-2022, 06:13 PM
Last Post: azizrasul
  get data from excel and find max/min Timmy94 1 1,116 Jul-27-2022, 08:23 AM
Last Post: Larz60+
  how to populate a dataframe thru line iteration ? knob 0 1,002 May-05-2022, 12:48 AM
Last Post: knob
  How to keep columns header on excel without change after export data to excel file? ahmedbarbary 0 1,162 May-03-2022, 05:46 PM
Last Post: ahmedbarbary

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020