openxml-sdk Questions
1
We are trying to generate MS Excel workbook using OOXML and populate data using SSIS.
We are able to generate Workbook and sheets, also able to create columns and insert data in the Header cell. We...
Fetishism asked 12/4, 2010 at 3:25
1
Solved
I am programmly generating new paragraphs in Word document via Open XML SDK 2.0.
A have first paragraphs with properties, that i would like to append to all new generated paragraphs.
Somthing like...
Shoreline asked 7/12, 2012 at 8:29
1
Solved
For one of my projects in college I had to create a test as a Word document and add some ActiveX forms in it to be completed by another person. After this I had to programmatically extract the answ...
Insurrectionary asked 14/11, 2012 at 11:15
1
I use this code to add VbaPart of the template xlsm file into another.
When I open the vb section duplicate entries get added for each sheet as well as the "ThisWorkBook".
Below is the screen shot...
Spinthariscope asked 4/10, 2012 at 7:32
2
Solved
Do anyone come across a performance issue when deleting a first row in a 20,000+ rows Excel file using OpenXML SDK v2.0?
I am using the delete row coding suggested in the Open XML SDK document. It...
Brammer asked 10/12, 2009 at 1:58
1
What I am trying to do is find the OpenXMLElements between a CommentRangeStart and the corresponding CommentRangeEnd.
I have tried two methods to achieve this however the problem is a CommentRangeE...
Malaspina asked 29/8, 2012 at 10:6
3
Solved
I'm trying to add a Header and Footer to an empty word document.
I use this code to add Header part in word/document.xml when change docx to zip.
ApplyHeader(doc);
public static void ApplyHea...
Helvetii asked 26/7, 2012 at 15:41
2
Solved
I can't figure out how to start the page numbering at a specific point for a section using OpenXML SDK 2.0. Here's what I see when I reflect on a header in a document using the OpenXML Productivity...
Wrand asked 14/8, 2012 at 7:2
1
Solved
Working with Open XML 2.0 using c# to parse large excel files. Issue I'm running into is the cell I'm parsing does not have a DataType I then check the NumberFormatId to determine if it is decimal,...
Academia asked 2/8, 2012 at 15:48
1
Solved
Using Word I have created a Docx with the standard normal.dot as a test. Hello-world level complexity.
I wish to get all the paragraphs which are styled with the "Heading1" style in Word.
I can g...
Offprint asked 13/8, 2012 at 19:54
2
I'm having trouble finding this one.
my situation:
SDK 2.0
no template spreadsheet
C# 4.0 in VS2010
my problem:
Certain data in the excel files I want to build exists in DateTime format. As I ...
Sutler asked 22/7, 2010 at 11:41
2
Solved
I am trying to export C# DataTable to EXCEL file on the fly (without creating physical file) using Microsoft Office EXCEL INTEROP and download it through asp.net webpage through Response object. I ...
Flunky asked 16/5, 2012 at 23:33
4
Solved
I am trying to start working with Excel documents through the OpenXML SDK Spreadsheet API.
But I haven't found any good guides or even examples on how to create a xlsx file from scratch. Only how t...
Attain asked 5/5, 2009 at 9:24
2
Solved
I am using the OpenXMLSDK for some DOCX manipulation. I am trying to compile the OpenXML Power Tools source for help with this. I read that I needed to instal the MS Power Shell for this to compile...
Khalkha asked 17/1, 2012 at 2:39
3
Solved
I need something as a placeholder. I at first looked to Content Control as a solution but I'm having some problems with it.
I then looked into adding CustomXML to the .docx but turned away from th...
Chalco asked 10/8, 2010 at 11:12
1
Solved
How would I go about converting an XElement to an OpenXmlElement? Either my google-fu fails or this has not been addressed.
Buckhound asked 7/12, 2011 at 16:41
1
Solved
SdtCell and SdtBlock in OpenXml.Wordprocessing both serialize into <w:sdt> so what is the difference? I assume one is a table cell, which is what the Microsoft documentation appears to imply....
Pinero asked 6/12, 2011 at 17:3
1
Solved
I'm creating a large XLSX file from a datatable, using the SAX method proposed in Parsing and Reading Large Excel Files with the Open XML SDK. I'm using an XLSX file as a template.
The method desc...
Fishback asked 4/10, 2011 at 17:12
2
Solved
I use OpenXml to create Word document with simple text and some tables under this text. How can I force Paragraph with this text to show always on new page? Maybe this paragraph should be some Head...
Essayist asked 8/5, 2010 at 19:20
2
I need to traverse nodes between a bookmark start and a bookmark end tag. The problem appears to break down into a tree traversal but I am having trouble pinning down the correct algorithm. The boo...
Adminicle asked 11/11, 2009 at 22:52
1
Solved
Using Open XML for Excel with DocumentFormat.OpenXml.Spreadsheet, how do I set only part of a text to bold?
var cell = new Cell {
//DataType = CellValues.InlineString,
CellReference = "A" + 1
};...
Eustacia asked 30/8, 2011 at 11:3
3
Solved
Anyone know any link to a good Microsoft Open XML tutorials?
Riha asked 16/9, 2010 at 6:27
1
Solved
This is a follow-up question to How can I retrieve images from a .pptx file using MS Open XML SDK?
How can I retrieve:
The image data from a DocumentFormat.OpenXml.Presentation.Picture object?
T...
Cologne asked 21/8, 2011 at 8:7
1
Solved
I do not understand all the mechanics surrounding Streams and even less around the System.IO.Package class.
I have a .docx document as a binary in a DataBase and I wan't to fetch it, modify somewh...
Sidran asked 22/7, 2011 at 16:55
1
Solved
i am planning to develop a server side generation of MS office files with the help of office open XML method.....
I found only less examples/reference in microsoftsite....
does any one know where c...
Reducer asked 18/7, 2011 at 4:20
© 2022 - 2024 — McMap. All rights reserved.