This question is an exact duplicate of:

please let me know is it possible in ipad application.

Get the text field data from the html page and save it to my html5 local storage . Get the data from the local storage and write into a csv file and save it inside an ipad using javascript. Then able to fetch the csv file from the ipad location.

share|improve this question
2  
Don't post a question twice: stackoverflow.com/questions/15895691/… – Marcelo Fabri 7 hours ago

marked as duplicate by Jacky Boy, Quentin, Vin, ChrisF 6 hours ago

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

1 Answer

Have a look at the jquery plugins to get the data from tables eg table2csv

Also have a look at this answer: Export to csv in jQuery

This may work or get you half the way there, ie have the data to save to local storage?

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.