Open XML Reading Excel file using Powershell
Hello All,I'm new to OpenXML and my objective is to read an excel document using Powershell. The reading of the document will be on a server where excel is not installed hence the use of OpenXML. The...
View ArticleDrawingML Charts rendering
Hi,Is there any way to convert DrawingML Chart or Diagram to jpg (or other similar graphic format) using the Open XML Format SDK? Or maybe without Open XML Format SDK. All I need is to render charts...
View ArticleCreate MS Word files programmatic - How to position the content with coordinates
Hello,We are developing C# code to generate open office word files programmatic way from a post script file. The input comes from PDF generation process and it will have coordinates data to position...
View ArticleCell Strikethough - Check For
This seems such a simple problem, but I have Googled myself to a standstill.I wish to return the contents of an Excel cell, and check whether the font has a Strikethrough property. This is my flag to...
View ArticleWhen Support Windows RunTime !!?
I want to use Open XML SDK in Windows Phone 8.1 App ,But I cant do it , because don't support Windows Runtime !!do you have any idea to create or edit office file !!
View ArticleWord 2010: Save as PDF causes XXE problems
My company has been experiencing problems with Word documents saved as PDFs. The process appears to inject external XML Entities (XXE) into the document that make our firewall flag them as threats....
View ArticleTrack changes Content
Am building an application that track changes that a user makes. Am using C# . How can i track changes a user did and get the changes they made
View ArticleCreating of new table with help OpenXml and writinig to it.
Hallo.I create 5 same copies of table in document. They create without problem.For poc = 0To 5 Dim tableAsNewTable(doc.MainDocumentPart.Document.Body.Elements(Of...
View ArticleC# openxml sdk convert all wmf and emf images found in a docx into png and...
I am using openxml sdk to read and manipulate docx. I am able to iterate through all the images found in a docx and my task is to replace all the wmf/emf images into png or jpg.string...
View ArticleDetermine if Font change is inside a table - Word 2010 - Vs2010 - Vb.net
Starting to move some routines from vba to Open XML.I am using the following to identify Font changes: Dim l as List(Of RunFonts) = (Doc.Descendants(Of RunFonts)()).ToListI would now like to iterate...
View Articleabout CT_Xf
Hi dear all,1. If CT_Xf.apply* , for example, CT_Xf.applyNumberFormat is missing , what does it mean ? true or false?2. For a record in cellXfs CT_Xf.xfid can miss ?many thanks !!!
View ArticleGetting Symbols from the Word document
Hi Everyone,I am creating one application, which is creating a XML from the paragraphs of the word document. Currently, I am getting stuck at a point where a symbol is provided in the word...
View ArticleCan't install -- Open XML SDK 2.5 is not supported on .NET Framework Version...
My corporate client provided me a high powered laptop (with secure network access) for development purposes. When I attempt to install the OpenXMLSDKV25.msi it reports "You should have .NET Framework...
View ArticleOpenXml adding table to the middle of document.
I copy by this code a table and i add it to document.Using Doc As WordprocessingDocument = WordprocessingDocument.Open("D:\Projekty\Visual Basic 2013\Zdrojáky\OpenXML skuska\OpenXML...
View ArticleCreate Powerview from existing excel template file using Open XML in C#
Hi,I have created one Excel file with two sheets and saved it in location.1. raw data. 2. power view chart based first sheet raw data.In c#. I will open the saved excel file and write the new data in...
View ArticleSolution: How to AutoFit Excel Content
I, like most, am new to Open XML. I was trying to find a way to size the column to my largest item. I mostly found that the current spec doesn't support it automatically. After poking around I found...
View ArticleWrap text in header in word using Open XML SDK(C#)
Hello All, I am using open xml format SDK to generate word document using c#. One of the issue I am facing is wrapping text in the header. Existing text is shown half in one line and another half of...
View ArticleHow to get Document.OpenXML Version=2.5.5631.0 ?
HiI am trying to have Document.OpenXML Version=2.0.5022.0 because i am having this error when i try to run my project;'ClosedXML, Version=0.76.0.0, Culture=neutral, PublicKeyToken=fd1eb21b62ae805b'...
View ArticleWindows services can't used Interop that is true ?
Dear All,For my research, i know that windows services can't used Interop for the follow link :http://stackoverflow.com/questions/13479164/office-interop-does-not-work-in-windows-serviceI want to make...
View ArticleCode Sample to put a date in Excel in C# using OpenXML SDK.
Hi,I am looking for a simple code sample to set a cell to a Date value of the format "dd/mm/yy" - set to the English (Australian) locale.Thanks,Ward.
View Article