I need to edit word documents/spreedsheets like it happens in Google docs . Can i integrate Google docs into my asp.net application ?
Is it possible for me to save this edited document on to my server instead of saving it at the google account ?
Thanks,
Francis
Google provide API documentation
Yes, see
getYou can’t let people use the Google Docs WYSIWYG editors and save to your system directly. They’d have to save to their Google account and then you could download the file.