openxml-sdk
Word 2007 add-in for a custom ribbon - ribbon not visible in the saved document
I have a requirement where I need to have a custom ribbon added to the Word 2007 file which will be populated from some items. I created a add-in using this and pressing F5 opens Word file contains th[详细]
2023-01-31 19:30 分类:问答Open XML SDK - Adding a macro programatically to a Word 2007 document
I am trying to dynamically add a new custom ribbon in a Word 2007 document following teh manual method described in this article :- http://msdn.microsoft.com/en-us/library/aa338202(v=office.12).aspx.[详细]
2023-01-31 09:44 分类:问答how to programmatically access the builtin properties of an open xml worddoc file
i would like to access some built in properties(like author,last modified date,开发者_JAVA百科etc.) of an open xml word doc file. i would like to use open xml sdk2.0 for this purpose. so i wonder if t[详细]
2023-01-30 15:02 分类:问答Can xslt be emdedded with Open XML format in styling the dynamically generated xml file?
I have an xml file generated dynamically using the Open XML SDK which dispays some metadata about a docx file. Is it possible to use xslt to add style sheets to this dynamically generated xml file us开[详细]
2023-01-30 05:01 分类:问答can open xml sdk be used in creating xml files?
is it possible to use the OPEN XML SDK and generate an xml file that contains some metadata of a particular docx file?[详细]
2023-01-28 23:12 分类:问答Create a formatted SpreadSheet with DocumentFormat.OpenXML?
I want to create a spreadsheet with DocumentFormat.OpenXML.I\'ve been having a really hard time getting it to work, so I thought I\'d ask for help here.[详细]
2023-01-28 21:04 分类:问答how can previous versions of office files be accessed using open xml sdk 2.0
I suppose office files(prior MS office 2007) cannot be accessed using open xml sdk2.0 or if they cannot be programmatically accessed using the open xml format.[详细]
2023-01-28 12:03 分类:问答Beginner sample codes for the Open XML SDK? [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-01-28 08:11 分类:问答Remove Document variables for OpenXML DOCX?
I\'m trying to remove the doc variables from a DOCX file. Here is the code I\'m using, but it doesn\'t remove any...[详细]
2023-01-28 06:52 分类:问答Inserting WorkSheet with Open XML - "...unreadable content..."
When I follow this tutorial: http://msdn.microsoft.com/en-us/library/cc881781.aspx to open an Excel document and insert an empty worksheet the final result is a message telling \"Excel found unreada[详细]
2023-01-27 20:56 分类:问答