openxml-sdk
Turning a stream into WordDoc without referencing the SDK
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[详细]
2023-03-16 22:15 分类:问答How to update different embebbed charts on Powerpoint with openxml?
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开[详细]
2023-03-15 01:44 分类:问答Replacing content in Word 2010 Textboxes using OpenXML
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[详细]
2023-03-14 10:36 分类:问答How to make a powerpoint chart reflect changes to its data source?
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.[详细]
2023-03-14 02:12 分类:问答Why does my custom XML not carry over to a new version of a DOCX file when Word saves it?
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[详细]
2023-03-13 07:14 分类:问答OpenXML SDK 2.0 vs Aspose for server side word 2007 document generation in .NET
I am going to start a Server side Office automation project in .Net. Below are the key activities that are planned:[详细]
2023-03-12 01:58 分类:问答OpenXML preserving formats on break lines (problems)
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:[详细]
2023-03-10 08:28 分类:问答Can I use the Open XML SDK in Mono?
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[详细]
2023-03-08 20:32 分类:问答How to get a reference to patricullar Word Document Paragraphs and then display it into Dsoframer or any Word Processing component for .net?
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[详细]
2023-03-08 14:09 分类:问答how to convert open xml representation of word document into RTF format using c#.net 4.0?
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[详细]
2023-03-08 08:11 分类:问答