I can’t control either end of this process, and I’d like to automate it.
1) I will be receiving data in spreadsheet form from multiple users. It will essentially be a naive database – labeled columns, user entries in rows.
2) I need to get the data into a form on a website. One row from the spreadsheet to a form, each element from the row going into its own input box on the webpage.
How do I automate this without going nuts cutting and pasting it all by hand?