I have some HTML template. I also have a list of products with some data in my spreadsheet. I need HTML code for each of product(So I can copy&paste it where I need it). Additionally, all product data should be populated to HTML template. For example:
I have some product "A" in google sheets.
- pirce
- color
- size
The price, color and size are inserted into my HTML template
- I get the HTML code.
- The same for product B, product C and so on
I just built some functions on JavaScript to handle some calculations, but I was not able to find how it actually works with HTML. Any high-level or preferably low-level steps are fine. Any links and / or suggestion will be also good.
