I'll try to explain simply.
I have an excel file that has some data that I want to use. It has 4 columns namely: Picture, Name, Description, and Piece. I also have some sample HTML code with placeholders inside. What I wanna do is possibly automatically create a new file and insert the HTML code along with the data in the excel file, and do this per row in the excel file.
If there is no way to auto-create files or it is way too complex, well I can always create the files myself but still automate the inserting data process.
Now, I do have some idea on how to do this. I could probably use a python script to do it but I don't really know python except for a beginners class from 1st year high school, and I can't seem to find a reliable resource...
If you have any code that I can use then that'll be very great! thank you in advance~
some context: these files that I wanna auto create are for a simple HTML static website. The people in the excel file btw are composers of the Classical era (e.g. Beethoven, Mozart...)