ipad saving excel sheet opened in uiwebview
Posted
by satyam
on Stack Overflow
See other posts from Stack Overflow
or by satyam
Published on 2010-05-27T04:54:06Z
Indexed on
2010/05/27
5:01 UTC
Read the original article
Hit count: 181
I've few excel sheets and i want to distribut them along with ap. I want to create an application that open those excel sheets, allow user to modify the content and save the excel sheet as new file. For that purpose, I think I can open excel sheets in UIWebView that allows editing as well. But the trouble is, can I save edited Excel sheet in UIWebView back on to iPad? If Possible, how?
© Stack Overflow or respective owner