Using OpenXML how do we copy data from .csv file to existing excel
Using OpenXML how do we copy data from .csv file to existing excelSudha Marothu
View Articleziping parts error
Hi,I created a presentationml from scratch using xmldocument. ( I am emulating it from Matlab, that is why it is somehow simpler than openxml SDK).I used "ZipFile.CreateFromDirectory" to package all...
View ArticleNeed to convert PPT/PPTX file to PDF using Open XML
Hi All,I am facing a problem. The scenario is : I need to convert PPT/PPTX file to PDF file using Open XML without dependency of Open Office & MS Office (I cant take help of...
View ArticleManipulating Word Docs using OpenXML
I have a few MS Word documents I am attempting to manipulate via OpenXML 2.0 but having some difficulty. I am hoping someone can assist w/ some the issues listed below:1. The MS Word documents are...
View ArticleManipulating Word Docs using OpenXML
Hello,I have a few MS Word documents I am attempting to manipulate via OpenXML 2.0 but having some difficulty. I am hoping someone can assist w/ some the issues listed below:1. The MS Word documents...
View ArticleWhy does the word doc show up with the wrong font And bold?
Ive been using the sdk productivity tool to extract the code that builds the document structure; but now the table is coming out with the wrong font and style, its not what was there in the original,...
View ArticleDisplay image in word document bookmark using Open XML [SDK 2.0] and C# code.
Hi,I need to implement word document generation using Open XML [SDK 2.0] and C# code.I have Word document template .docx file with number of Bookmarks. I need to insert an image at a specified Bookmark...
View ArticleHow to add Notes to a pirticular slide in a ppt?
Currently I have a task that insert custom note to a particular slide of a ppt using openxml. from referencing this "https://msdn.microsoft.com/en-us/library/office/gg278319.aspx" . I am trying to add...
View ArticlePrint GridLines
How can I set and apply the PrintOptions for Spreadsheet to print the Gridlines?The msn documentation doesn't really tell you how, and I couldn't find a sample either.This is what I got, but this...
View ArticleAdding c:strRef and c:numRef nodes
Am dynamically creating a chart in Excel. Generated excel file misses the (c:strRef and c:numRef nodes), making chart unable to get imported to some Powerpoint slide. Help needed to generate the above...
View ArticleOpenXmlSdkTool crashes on startup
I cannot start Microsoft office open XML SDK 2.0.When ever i start 'Open XML SDK 2.0 Productivity Tool' if crash display the error reporting screen. It has never worked. has anybody had this problem...
View ArticleWord Protection Feature (Forms) in OpenXml
We need the ability to have some fields in a form set to read only where others can be edited by the end user. The rest of the document would need to be read only, and the ability to save/print the...
View ArticleCannot insert the OpenXmlElement "newChild" because it is part of a tree.
hi,am getting this error(Cannot insert the OpenXmlElement "newChild" because it is part of a tree.) when i try to give border values to the table.here is my code,if(sValue ==""){InsideVerticalBorder...
View ArticleWrite Rich text contents to a word document
Hello,I have a requirement to write formatted text to a Word document. User can enter text and it has to be inserted into an existing word document. Formatting of the text should be retained. I'm...
View ArticleHow to allow the content of a Word doc, created using OpenXml, to be editable...
Hi.I have successfully used OpenXml (2.5) to use a Word Template and live SQL data to create an Invoice.I would like to be able to edit the contents of this invoice that have been dynamically generated...
View ArticleDo External Images use a GET or a POST
The title says it all. I have an externally linked image in an excel file. Basically I want to know if the request the document makes when loading an external image is a GET or a POST.Ultimately I'd...
View ArticleHow to delete Content Control in Word document using OpenXML Format SDK?
Hi,How to delete Content Control in Word document using OpenXML Format SDK?Selvam S
View ArticleHow to set different page orientations for even and odd pages using OpenXML?
Is there a way, using Open XML SDK, to set different page orientation for even and odd pages of word document? I want to set landscape orientation for odd number of pages and portrait to even number of...
View ArticleHow to covert Listparagraph to ListFormat.ConvertNumbersToText() using...
Hi,I have a word document with number ordered list & bulletin list paragraph.I want to convert number ordered list & bulletin list as text format.How can i do ListFormat.ConvertNumbersToText()...
View Articleidentify the smartartshape bounds using the smart art bounds.
Hi , In MS PowerPoint i simply adding a smart art of AlternatingHexagon type. The default position of the smart art will be generated as Horizontal Position = 2.22 Vertical Position = 0.79 Width =...
View Article