Excel > HTML > PDF. Questions!

Converting Excel to PDF

Hi all,

I want to build a flow that:

  1. Takes a user-uploaded Excel file
  2. Extracts values from it
  3. Puts said values into HTML
  4. Sends that HTML to an external HTML-to-PDF API (don’t yet know which)
  5. Gets a PDF back from the API
  6. Sends PDF to the user

Would appreciate your assistance with some stuff:

  1. Does the flow make sense to you? Am I missing something simpler to build/implement?
  2. The Excel file contains data for a price quote. As such it will contain items that will appear once in the end document (Quote number, client name, etc.) and some “line items” that might be multiple (the different items/prices/quantities included in the quote). Not sure how to handle that. Start with an HTML node to loop over the extracted the line items, building an HTML snippet from each, and then putting all the snippets in another HTML node, which also houses the “single” values?
  3. Any suggestions on a specific API to use? Needs to be dirt cheap, or free (I’ll be converting a maximum of 200 Excel files a month)

I’m using Cloud n8n, if that matters.