openxml-sdk
How to get a reference to MS-Word file specific paragraphs and display(must retain align,color,style)it in the C#.Net(4.0) Winform Application?
I have C#.net windows form based application.User have to entered the MS-Word File Paragraphs.Now i want to show that paragraphs in to right hand side with retain original structure that are contained[详细]
2023-03-08 02:09 分类:问答Prompt user to save or open in openXML
I\'m using OpenXml sdk 2 to create a spreadsheet. How do I prompt the user to choose a save loc开发者_如何学JAVAation?[详细]
2023-03-08 01:17 分类:问答Open XML SDK - image not showing in excel
I\'m able to successfully create a spreadsheet, and I appear to have added the image via code, the problem is that when I open the spreadsheet, there is no image. Here is my code:[详细]
2023-03-07 05:53 分类:问答openxml-sdk - Creating word 2007 file with settings.xml
I am trying to generate a new Word document using the following code. The Word document gets generated without settings.xml. I need to have settings.xml in the word file. Any help would be appreciated[详细]
2023-03-07 03:31 分类:问答Dynamically add image to powerpoint openxml
I am creating power point 2007 files using the openxml.I am able to add slides, shapes, text and 开发者_如何转开发manipulate them to create custom reports.However, I can not find an example on how to[详细]
2023-03-07 02:03 分类:问答Excel Open XML error: "found unreadable content" when creating simple example
I am getting the ambiguous \"excel found unreadable content\" error when I try to open the document created by the following code:[详细]
2023-03-06 02:22 分类:问答DocumentFormat.OpenXml Adding an Image to a word doc
I am creating a simple word doc, using the openXml SDK. It is working so far. Now how can I add an image from my file system to this doc? I don\'t care where it is 开发者_如何学Cin the doc just so it[详细]
2023-03-05 13:01 分类:问答open xml excel Insert actual value in the placeholder
I have a cell that conta开发者_C百科ins the placeholder \"$$value\" in the Excel sheet, the thing is that I need to replace the placeholder\'s actual value using Open XML and save it as separate workb[详细]
2023-03-03 17:12 分类:问答OOXML SDK illegal character replacements
I am having an issue with creating an XLSX document with the Open XML SDK 2.0 from MS. My issue is that I need to display some of these illegal characters in the excel sheet, but if I just add them t[详细]
2023-03-03 03:31 分类:问答OpenXML SDK -Converting C# to C++/CLI
I\'ve got C# code for creating a document, I want to write the same in C++/CLI. private void HelloWorld(string documentFileName)[详细]
2023-03-02 23:14 分类:问答