I am pretty new to programming in general, and I am having trouble getting started on little project I want to work on.
Basically I want to create a Javascript/HTML site where users can input a list of contacts (name and email address) into a text box. The text box will use a delimiter to separate each name and address, then export it to a certain location (column and row) on an Excel spreadsheet.
I would really appreciate any help on this, even if it's just pointing me in the right direction. Thanks!