Is this possible?
It has to be done using HTML5, CSS, and Javascript. I am using Phonegap.
I have looked through countless forums and websites and understand there is a file api in phonegap but even if I am able to get the information into a file using this api will I be able to extract this file on to a pc for example?
At the moment I am able to store the data I need to in localStorage.
Thanks for any help in advance.
It seems it is possible to output .csv content from local storage to a file, but as this is in a sandboxed environment within the browser it is not possible to access the location of the file in which this information is stored, and access that file as if it were a .csv file.