openxml-sdk
How to retrieve Open XML Relationships?
I\'m using the Open XML SDK 2.0 to open an Excel file. When I open the .rels file (from the .xlsx/.zip) I can see all the relati开发者_StackOverflow中文版onships defined.[详细]
2023-01-27 13:50 分类:问答OpenXML updating customXMLPart
I have been using OOXML api to update the custom xml part in a .docx. The code updates the custom xml part in the document. My problem is that the same code replaces and generates perfect .docx when I[详细]
2023-01-26 23:12 分类:问答How to output an excel spreadsheet with images from ASP.net
Suppose I\'m writing an ASP.net web application. The original designer of the application was using \"PopChart\" to make some images appear in the web application.One of the pages had an \"Export To[详细]
2023-01-21 06:28 分类:问答Excel "Refresh All" with OpenXML
I have an excel 2007 file (OpenXML format) with a connection to an xml file. This connection generates an excel table and pivot charts.[详细]
2023-01-19 23:08 分类:问答Using TDD with OpenXml-SDK
I have started using a TDD approach to develop a small app that reads data from Excel files. Using a repository pattern type approach I have come to a hurdle which baffles me.[详细]
2023-01-19 06:09 分类:问答Open XML SDK - Save a template file (.xltx to .xlsx)
I have the following code to open Excel template file and save it as .xlsx file and I get the error below when I try to open the new file. Please help to resolve this.[详细]
2023-01-18 01:04 分类:问答Programming Word XML in .NET
I\'m currently in a development team trying to come up with an app that will开发者_如何学Go be able to accept an Open XML Word document, shred the XML and somehow come up with UI screens on the fly th[详细]
2023-01-13 20:42 分类:问答Merge multiple <Body> (xml) word documents to 1 document
I have multiple <body> tags from an word document. I do this with the open xml sdk. So the new document should generated with openxml[详细]
2023-01-13 17:47 分类:问答Copy docx from template and use it as new
I\'m using a \"template.docx\" to copy to my \"newDoc.docx\" to use some predefined styles or illustrations.[详细]
2023-01-12 19:21 分类:问答How to add a comment to a cell in Excel 2007 using the Open XML SDK 2.0?
Has anyone ever had any luck figuring out how to add a 开发者_如何学Ccomment to Excel using the Open XML SDK 2.0?I couldn\'t find any documentation on where to get started on this issue.The below code[详细]
2023-01-12 06:24 分类:问答