How to open CSV file type web url in webvie android -


i want open csv file type web view without downloading local. using webview google docs load other file types. below way loading file types csv i'm getting error , unable load. appreciated.

mwebview.loadurl("http://docs.google.com/gview?embedded=true&url=" + docurl); 

what can creating google spreadcheat link works go google docs -> open document -> go file -> publish web -> link -> publish -> copy link , use in webview

that should work. if not please respond , wrong.


Comments

Popular posts from this blog

python - Error importing VideoFileClip from moviepy : AttributeError: 'PermissionError' object has no attribute 'message' -

java - is not an enclosing class / new Intent Cannot Resolve Constructor -

qt - QML MouseArea onWheel event not working properly when inside QML Scrollview -