How to create a combination pivot chart using open XML with C#
Step1: We have created a bar chart using below code, we were able to get a pivot chart with stocked column. But in one of the series , we need to add a line chart to this chart. How can we achieve...
View ArticleProblem in GroupShape
Hi,I am trying to plot the PowerPoint slide in HTML using OOXML. While I read XML for group shape in a slide the child off and child ext value is coming different. While calculating the position and...
View Articlec# change cell color from value (xlsx)
I have a file xlsx which contains data:ID VALUE ID1204 0 ID5611 0 ID6711 1 ID4572 2I want to color the cells in the ID column if VALUE is greater than 1.I need to set background color in red the cell...
View ArticleMy question is ¿OpenXml supports creating diagrams in excel?
Hello world/everyone.I have a question. I like use the diagrams in microsoft excel but i have a data in sql server and i try to make this diagram with my database but Openxlm support creating diagrams...
View Articlehighlight excel cell using openxml
I am using openxml for excel operations.Using openxml , I have appended rows to the end of an excel file.Now,I need to highlight the appended rows ,so that the user will know which are the rows...
View ArticleWord document set document property
Hello,I'm looking to set a single property in a new document using Visual Studio 2017, C# and the current NuGet package for OpenXML. There are two attempts, one C#, second C# and VB.NET. Bottom line is...
View ArticleWhere can I download the OpenXML SDK 2.9 app
Hi;Not the LINQ type library, but the app that validates a docx file. Where can I download it?Also, the FAQ in the forum points to the 2.0 download link, not even 2.5.thanks - daveWhat we did for the...
View ArticleOpen XML SDK v2 FAQ Part 1
Open XML SDK 2.0 FAQCommonly Asked QuestionsGeneral1. What is the Open XML SDK 2.0 for Microsoft Office?2. Where to download Open XML SDK 2.0?3. How to upgrade Open XML SDK?4. How many...
View ArticleChange font color of text in CellValue in Excel - OpenXml
How i can change text color of CellValue in excel, i am able to change forgeround color of Cell but it changes color of all text present inside the cell which i dont want , i want to highlight only...
View ArticleDocuments merge issue
Hello experts,I'm using below code to merge multiple documents. But, after merging, I see some issues in the merged document. public static void MergeDocuments(List<string> documentPaths, string...
View ArticleHow to read Multilevel Numbering format in Word 2007 document?
Hi,How to read Multilevel Numbering format using OpenXML SDK and also is there any relation between the parent and child sequence like 4-->4.1-->4.1.1 and 4.1.2Selvam S
View ArticleUnlock and lock a Word document for form protection without password
HiI want to be able to unlock and lock a Word document which has forms protection without a password. All information I find on the subject involvs setting a password which makes it very complicated.My...
View ArticleOpenXML mailmerge header problem when printing
Hello,I have a problem with the openXML when I replace all my mailmerges by the value.After I do a mailmerge, At a first look all is fine : The values are correct on the screen... When I want to print,...
View ArticleHow to make Visual Basic read the values in the cell, not the formula
Hi everybody,I am trying to make Visual Basic read out the Value in a cell and turn an object according to this Value. The problem is that I have it pointing towards a Cell that contains a formula in...
View ArticleCopying slides between presentations and applying destination presentations...
We are copying slides from one presentation to another using logic given at http://msdn.microsoft.com/en-us/library/office/ee361883(v=office.12).aspx. This adds a new slide master part for every slide...
View ArticleHow to Reading XMl File in Micros and insert this attribute in xml dynamic...
I have XML file. I would like to write a Macro program to read values from XML file and insert them into Word file as a dynamic table What is a recommended solution? Thanks.
View ArticleExtract table of contents from Word Docx
How can we extract only Table of Contents from Word Document?We were able to successfully extract paragraph from documents, but not able to extract just Table of Contents.Regards
View ArticleGet series number from word document
I have document with below mentioned data .... 1.Definitions and Interpretation1.1Definitions2.The Facilities2.1The FacilitiesHow can we extract the above from word document - with the series...
View ArticleExtract properties of Word Document
Below code works fine, and give us the STYLE properties. How can we fetch other properties also like - numbering, font size, italics/bold, indentation?const string fileName = @"D:\DocFiles\Scan.docx";...
View ArticleExtending WMLtoHTML converter
Below code works perfectly fine, and converts WML to HTML file.http://www.ericwhite.com/blog/wmltohtmlconverter-developer-center/How can we modify this, so that we implement SEARCH functionality. Means...
View Article