The openxml tag has no wiki summary.
1
vote
1answer
69 views
How do I run Microsoft Open XML code to extract data from a Word document in SharePoint 2010
I have a need to extract arbitrary data from a Word document (docx) that has been uploaded into a SharePoint document library and place it into a column in the document's list record.
As far as data ...
1
vote
1answer
297 views
How to update Excel Sheet In SharePoint 2010 (Sharepoint Online)?
I am working with SharePoint Online(Office 365).
I have some Excel files uploaded in a SharePoint library and I need to update one of the file data using c# code. My solution in Sandbox solution.
I ...
0
votes
2answers
194 views
OpenXML and WebPart Solution Deploying to Live Server
I have the OpenXML SDK installed on my development machine, and I have written a webpart solution that basically creates an excel file using the OpenXML dll. This solution is a full farm solution not ...
0
votes
0answers
75 views
Word Automation Services loses Table formatting after conversion
I am using .NET C# to programmatically generate a word document using the Open Xml 2.0 SDK.
The generated document is perfect in terms of table layout, styling and content.
When I pass this through ...
3
votes
2answers
481 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 ...
2
votes
1answer
151 views
Count Number of Words existed in Word Document
Hello Group members,
I have a document,Where When I upload the document in document library or in List then I need to count the total number of words existed in Word Document ...
