I have a simple HTML form that takes Name, id, checkbox, and radio button. After a user fills out the form - how to generate Excel file from the filled-out form?
I have added the Download button but cannot think of the function required to generate excel file from the form
Maybe you can use a csv file (you can create that easily) and excel can open it.