Tagged Questions
3
votes
2answers
485 views
OpenXML in a sandboxed web part Sharepoint 2010
Is is possible to use OpenXML in SandBox.
CODE:
WordprocessingDocument myDoc = WordprocessingDocument.Open(mem, true);
The above class WordprocessingDocument is giveing error as
ERROR:
The ...