Questions regarding reading and writing of Microsoft Office Open XML files either through direct manipulation of the XML files contained in a zip package or through the Microsoft Office Open XML SDK.
0
votes
0answers
7 views
OpenXML: Trouble with datetime X axis when import chart from embedded XLSX file in DOCX
I have an Excel file with simple table(one column) and line chart with datetime X axis(format is "MMM yyyy"). I create it by using OpenXML SDK as data report in .NET web application. When I open ...
0
votes
0answers
4 views
Using ClosedXML how can I change the height of a row?
rangeHeaders.Row(1) doesn't have a Height property or any other property I can see to adjust the height.
The only way I can see doing it is by increasing the font size, forcing it to resize to fit, ...
0
votes
0answers
6 views
open xml -powerpoint presentation
M trying to generate powerpoint presentation using openxml ,which fetch multiple record from database and displayed it,with this code it generate only record from databse
this is my create part ...
0
votes
0answers
21 views
Architecture for exporting data (with or without Entity Framework?)
I'm working on an existing application that does different calculations on similar sets of data. A set of 'master data' entities exists, and three different sets of calculation entities as well. They ...
0
votes
0answers
9 views
openxml Word Document AttachedTemplate
I am working on a program that will remove the template document files that are attached to a word document(long story short, the network path the templates resided on died and now it takes minutes to ...
0
votes
0answers
9 views
open-xml word doc losing heading numbering
I am finishing up a utility that formats documents based on a template. The problem though, is that if I have a heading that is setup as
1. Heading one
1.1 Heading two
1.1.1 Heading three
it ends ...
0
votes
0answers
10 views
Insert bibliography text in word using openxml from Manage sources
i creating a Windows forms application in c# which is used to add Bibliography sources to the document using Open XML.
I got the Bibliography sources added to the document correctly and in
MS ...
0
votes
0answers
12 views
Identify page and column breaks in a word document [DOCX] using OpenXML
My company is in the process of evaluating different products like Quark XML Author , Methode which helps conversion of DOCX file into semantic HTML. While some of the team members evaluating these ...
0
votes
0answers
20 views
Scene3D does not exist in the namespace 'DocumentFormat.OpenXml.Drawing'
I am using Open XML SDK 2.0 Productivity Tool to reflect the code of an empty PowerPoint 2010 presentation. I copied the generated code to a .cs file in a project which has a reference to ...
0
votes
1answer
14 views
Date axis as Value axis with OpenXML
I'm trying to create a stacked bar chart in Excel where the value axis has dates. I need the distance between ticks to be 1 month (not 30 days, not 31 days: 1 month). I find that, while I can use the ...
0
votes
0answers
25 views
Change color text in paragraph using OpenXML
I have a Word document lorem.docx with this content:
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
[BLUE]
Lorem Ipsum has been the industry's standard dummy text ...
0
votes
0answers
10 views
Secondary labels for y-axis values [migrated]
I have the following request. The client wants me to create a sort of Gantt graphic with Excel, and wants me to have dates in the y-axis in a bar chart. It also wants me to include under those date ...
1
vote
1answer
25 views
create word doc using c# for word 2000? [on hold]
I'm trying to create a word document using c#. My problem is I can only use Word 2000. Open XML doesn't support word 2000. And word 2000 doesn't support Microsoft.Office.Interop.Word.
I also tried ...
0
votes
1answer
19 views
How to Convert a WordProcessingDocument to a pdf
I am facing a situation where I am filling an MS Word Template online using OpenXML with values extracted from a database. I would then like the final user in the business process to get an email with ...
0
votes
1answer
35 views
Sql Server 2008 R2 - Shredding XML with unknown Schema
Ok so I am pretty sure I am going to have to use an EDGE table produced from OPENXML. Just wanted to check that there isn't a better way.
This is XML I am pulling from an http API directly into SQL ...