How to force csv to open in google docs in IOS
How to force csv to open in google docs in IOS
P4nk4j Sh4rm4
Posts: 25Questions: 7Answers: 0
When Im trying to open csv file in IOS, it doesnt prompt option open with so and so application. Is it possible to force csv to open in google docs using any function or query in datatables??
This discussion has been closed.
Replies
I don't believe so. Have you seen it doing that with any other web-site that generates CSV files?
Allan
I haven't come across such thing before. As we couldn't show up excel icon in IOS device we are using CSV button for generating our excel data and exporting it into csv format. just to clarify my doubt Is there any function which could help me generate csv file and view that particular file in google docs?
Thanks in advance
You could use
buttons.exportData()
to get the data from the table (its just a bunch of arrays, so its trivial to turn into CSV). How you then get it into Google Docs - I have no idea I'm afraid.Allan
Actually what i meant in my previous post was is it possible to open CSV file in excel sheet. is there any function that helps to open generated csv data in excel sheet?
Pankaj
On iOS? Not as far as I am aware.
Allan