I have a Microsoft Word Document (docx) and I use Open XML SDK 2.0 Productivity Tool to generate C# code from it.
I want format my .doc file, because when I retrive information and save in a .doc format using Open XML SDK, the document with all information is just in one line, and I need some information in other
I\'m creating a large XLSX file from a datatable, using the SAX method proposed in Parsing and Reading Large Excel Files with the Open XML SDK. I\'m using an XLSX file as a template.
I need to retrieve the image file name from an image in a pptx file. I already got the stream from the image but i didn\'t got the name of the image file... Here is my code:
I am using Open XML SDK and altchunk to merge multiple documents in a winforms application, after merging I want to manipulate paragraphs, the problem that until a document that contains altChunk elem
Using Open XML for Excel with DocumentFormat.OpenXml.Spreadsheet, how do I set only part of a text to bold?
I am creating a Microsoft Word document using the OpenXml library. Most of what I need is already working correctly. However, I can\'t for the life of me find the following bit of information.
I\'m coming across a problem where whitespace is being removed in powerpoint documents as soon as I reference a slide. The following code sample illustrates what I mean-
I started experimenting with Open XML SDK 2.0 for Microsoft Office. I\'m currently able to do certain things such as retrieve all texts in each slide, and get the size of the presentation. For exampl
Is there a way, using Open XML SDK, to set different page size, orientation and margins 开发者_运维技巧for the first, even an odd pages. I know how to set different headers and footers for the first,