Greetings,
As part of my journey to improve my software development skills, I’ve created a program. I thought it might be useful to some of you, so I wanted to share it here.
I’ve uploaded it as an open-source project on GitHub. Here’s the link:
github.com/manahter/formine

Let me briefly explain what this program does:

* Let’s assume we have an Excel-type template file or a form file that needs to be filled out.
* Let’s also assume we have another Excel-type data file that is neatly formatted.

We load these two files into the program, make the necessary selections, and get PDF outputs of the template file filled with the data from the data file.
For example, I created an Excel template file for a certificate. I also created an Excel data file containing the data to be entered into this certificate. Then, within the program, I specified which columns from the data file should fill which cells in the template file. That’s it! You can get an idea by watching the video:
youtube.com/watch?v=rXkFuG7K8Mw