I want to create a form (will be filled by users) and store the data in excel stylesheet without using php just HTML ,is that possible?
I dont want to store data an
You can generate a data: URL with the download attribute:
data:
You'll need to use JavaScript to build such URL from form data and insert/update appropriate link in the document.