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
i want collect data of form ( data, user submit) in excel or csv sheet.?
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
Post a Comment