php - Is it possible to collect from data in excel or CSV file using HTML5 Local database only, without using Mysql? -


it's example:

i have html form on webpage

enter image description here

i want collect data of form ( data, user submit) in excel or csv sheet.?

enter image description here

is possible html 5 only? or required mysql, php, apache etc?

browser use : google chrome , no other browser need consider

application run on local pc. if it's not possible html5 local database, install portable xampp.

any demo , example appreciated?

localstorage key/value store, , there's not way change way chrome decides save data in order write csv file instead.


Comments

Popular posts from this blog

Javascript line number mapping -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -