is it possible to save data from a html form to an excel file with web services? -


i have made newsletter html , css, , in newsletter have 4 text boxes takes users name,family name,phone number,email address.can use web service transfer data html form excel file, or database on host?

is possible @ all? saving data html form excel file web services?

if yes, how?

first of all, assume save data database. approach @ least.

so:

  • send data using form server application (asp.net or alike);
  • save in database (or process right away);
  • then use package epplus generate excel file in web service. see project page how that;
  • return result client.

Comments

Popular posts from this blog

how to proxy from https to http with lighttpd -

android - Automated my builds -

python - Flask migration error -