In my application, I want to open excel documents listed in my application using any excel editor. Edit it and save back to my application only. Can this be possible on iOS?
As I looked into this, I could open using an excel editor, edit the file, but file is saved in the called application's folder
, not in my application folder
.
Is there any way I could achieve this? Kindly suggest.
Thanks.