How do I create a web form that accepts input that would be copied and pasted from Excel? Basically, I have a table on my website I use for managing my project every now and then it makes sense to just copy and past a section from excel and paste it into the website. However standard form fields just put all the values inside one input.
Is there a way to set up a form with rows and columns that would accept values from Excel and parse it into the same structure in rows and columns to be updated on my website?