Reputation: 21
I heard say that sharepoint 2013 can read documents OpenXml in streaming (loading page by page ). but I don't find information. Is it possible? else, have you a web site with information or key word to find it on google.
Upvotes: 1
Views: 988
Reputation: 3702
This post should answer your question. Modifying Open XML Documents using the SharePoint Object Model
It specifically addresses the issue of loading an OpenXml document from a SharePoint list into a resizable Memory Stream, modifying it, and saving it back.
Upvotes: 1