So I\'ve created a C# library that manipulates and edits Word Documents. This of course references the OpenXML SDK. Where I use the library however I do not wan\'t to have to reference the .dll as wel
I want to update various charts on openxml Powerpoint file using openxml sdk 2. I have managed to update the data on the excel sheet that feeds the chart and the chart itself. but that\'s not very e开
Using the Open XML SDK I\'ve been successful in programatically finding boo开发者_运维问答kmarks or text strings in a word document and inserting new content.I\'m using OpenXmlPowerTools.SearchAndRepl
I\'m using openxml sdk 2 to change the excel data from a chart on a powerpoint file (2007). I can change the data but when I open the changed file on powerpoint, the chart shows the original data.
I\'m adding in some custom XML to a docx for tracking it inside an application I\'m writing. I\'ve manually done it via opening the Word Document via a ZIP library, and via the official Open XML SDK
I am going to start a Server side Office automation project in .Net. Below are the key activities that are planned:
I\'m having serious problems with the breaks in a Word document generation. this is my library funcion I\'m using for send text in a BookMark:
Can the Open XML SDK be 开发者_JAVA百科used in Mono?Edit: It seems to be working in the meantime: https://stackoverflow.com/a/28322467/743897
We are developing C# .net 4.0 Windows Form Based Application. Here, User Will enter the Word Document pa开发者_StackOverflow中文版ragraph number.After getting that Paragraph number, I want to Show tha
I want to convert Open xml representation o开发者_如何学运维f Word Documents in to RTF Format using C#.net.Please Guide me to Get out of this problem...Old question, but maybe my reply can be useful f