Unable to find the Offset and Extents values
A.TransformGroup transformGroup2 = new A.TransformGroup(); A.Offset offset2 = new A.Offset() { X = 2002951L, Y = 646866L }; A.Extents extents2 = new A.Extents() { Cx = 1052545L, Cy = 1055542L };I want...
View ArticleProblem to access
Hi, I get this error and Stacktrace likeError: Access to the path 'C:\dp13' is denied. Stacktrace at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at...
View ArticleChange Sheet tab color of excel file using Open XML
Hi, I want to change the sheet tab color of an excel Xlsx document. I am using the following code but it does not set the sheet color. I get object reference exception when I set the sheet tab...
View ArticleUnable to properly format bibliographic citation (Same authors conditional...
I am attempting to modify the CHICAGO.XSL bibliographic style to conform with the 16th edition of the Chicago Manual of Style. I have been able to make a number of tweaks and get things closer,...
View ArticleProblem to event
Hi, I encounter thisError 8 The best overloaded method match for 'WindowsFormsApplication2.Form1.InsertWorksheet(string)' has some invalid arguments...
View ArticleStill having troubles getting unused relationship IDs
Hi all,I already posted a while ago with basically the same problem. I am trying to add a shape with a hyperlink to an existing presentation. Therefore I have to give the shape a static relationship ID...
View ArticleUpdate cell value
Hi, I want to put text into one cell, while I know Cell reference is like B2. How to adjust this public static void InsertText(string docName, string text) { // Open the document for editing. using...
View ArticleCreate doughnut chart using openxml
I want to create doughnut chart using openxml, c# in power point. I have got code to create pie chart. Any one can help me out in creating doughnut chart
View ArticleNeed help on numbered list
Hello,We encountered a problem with starting number in numbered lists in docx. The files are generated using SDK, and they have the same contents, same number list definition and references etc, but in...
View ArticleTry to create a Line shape using open XML
I am trying to design line shape using open xml .net API in PPT, but it is not getting rendered.Below is the code block.ConnectionShape connectionShape1 = new ConnectionShape();...
View ArticleHow to find and modify just this item in Office Doc chart?
<c:chart><c:plotArea><c:layout/><c:valAx><c:axId val="470561776"/><c:scaling><c:orientation val="minMax"/><c:max val="1"/> Trying to drill into the xml...
View ArticleUpdate data from embedded chart in a PowerPoint with C# OpenXML
Hello, I would like to update data from a chart into a powerpoint template.I try many things to access the embedded data but i don't know how access it. When, i browsed the different part of the slide...
View ArticleCan a Script be added to a bar chart to FORCE its Axis value?
I use openXML to update a barchart on a word doc. When it was just the value 0 - 100% it worked fine. now? it MUST show the Percent % Axis on the bottom to be scaled to the largest valueBut in...
View ArticleDigitally (fully) sign a Package (eg. docx or xlsx)
As we have seen here: https://msdn.microsoft.com/en-us/library/Aa905326.aspx it is reasonably easy to sign a document package. However if I do this with my example .docx document, I always receive a...
View ArticleDocumentFormat.OpenXML add watermark
Hello together,my issues is to add a watermark (only text) to a Word document.As a library for accessing the Word document DocumentFormat.OpenXML is used, and I found one solution on the internet...
View ArticleGetting "Powerpoint found a problem with the content-..." alert on...
I am inserting a table into Powerpoint using Open XML SDK but it is throwing an error saying "PowerPoint found a problem with content in Filename.pptx. PowerPoint can attempt to repair the...
View ArticleApache POI - Open XML tool reports no validation errors but powerpoint always...
Hi,I'm working with Apache POI libraries to generate presentation documents by merging existing presentations together. I have faced a problem whereby, Powerpoint always wants to repair the file, and...
View ArticleUnable to rotate Line shape in particular angle in PPT
I have created a Line shape in PPT but i am unable to rotate it in particular angle.Below is code blockD.Outline outline = new D.Outline( new D.SolidFill(new D.RgbColorModelHex() { Val =...
View ArticleHow to read Excel(xlsx) file header/footer by using Open Xml in C#
How to read Excel(xlsx) file header/footer by using open Xml in C#
View ArticleConvert bulk using ofc.exe
Hi,I want to convert all excel 97-2003 files in a folder and all sub folders to the new format.I have installed MigrationPlanningManager.exe into the system and I have also installed...
View Article