0
votes
2answers
43 views
How to add content control in a word 2007 document using open xml
Hi
I want to create a word 2007 document without using object model. So I would prefer to create it using open xml format. So far I have been able to create the document. Now I want to add a content …
1
vote
1answer
448 views
How to Add Serialized LINQ to SQL Entities to a Word 2007 Document
I built a template-based document generator using the Open XML SDK (1.0), the Word 2007 Content Control Toolkit and LINQ to SQL (using the CodeSmith PLINQO templates). To do this, I serialized the …
0
votes
3answers
382 views
OpenXML SDK Spreadsheet starter kits
I am trying to start working with excel documents through the OpenXML SDK Spreadsheet API.
But I havent found any good guides or even examples on how to create a xlsx file from scratch. Only how to …
0
votes
1answer
123 views
Inserting a string array as a row into an Excel document using the Open XML SDK 2.0
The code runs, but corrupts my excel document. Any help would be mucho appreciated! I used this as a reference.
public void AddRow(string fileName, string[] values) {
using …
1
vote
4answers
690 views
Union with LINQ to XML
I need to union two sets of XElements into a single, unique set of elements. Using the .Union() extension method, I just get a "union all" instead of a union. Am I missing something?
var elements = …
0
votes
0answers
462 views
Word 2007 Master Pages
I'm using the Open XML SDK to work with Word 2007 templates, and the project continues to progress nicely. Now I would like to add consistent headers and footers to every document, very similar to an …
