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
As it is not possible to save html form data to a file using javascript because of some security reason so for my solution i just use the TCPDF for this.