8
votes
9answers
2k views
How can I read a Word 2007 .docx file?
I'd like to search a Word 2007 file (.docx) for a text string, e.g., "some special phrase" that could/would be found from a search within Word.
Is there a way from Python to see …
0
votes
0answers
12 views
Example using OpenXML with Parent Child Relationship and Associated Lookup Tables
I have an XML document that is loaded into a column of a table of the XML data type. Is there any good examples showing how to insert using a store procedure and OpenXML into a par …
0
votes
1answer
20 views
Password protect Open XML Wordprocessing Document
I need to add basic password protection to an Open XML Wordprocessing document. I can either use the COM interface, which is very slow when I have a large number of documents to pr …
0
votes
4answers
51 views
Reading data from an Excel document stored in Sharepoint?
How can I 'read' an excel 2003 document stored as a sharepoint spfile? I can retrieve the document from the library with no problems using the SPFile.OpenBinary() and then putting …
4
votes
4answers
245 views
Will Subversion efficiently store OpenXML Office documents?
Hello,
I have been managing Subversion as an engineering document storage repository for my company. It is working fairly well, however I have a question about how MS Office 2007 …
0
votes
0answers
7 views
OpenXml SDK - Image Reuse
Hi,
I am creating a word document based on a template. The template contains a image in the header section which I would like to re-use elsewhere in the document.
The image is s …
0
votes
3answers
42 views
How I can export a datatable to excel 2007 and pdf from asp.net?
I have to make reports with graphics in Excel and PDF from data in a database in an asp.net app.
I don't want to use com objects so I have been using Open Xml Sdk to build the exce …
0
votes
1answer
18 views
CustomXML In Powerpoint
I want to create a PowerPoint template. I want the template to have references to items like NAME and the like based on an external source. I know with WML I can just make a refere …
0
votes
1answer
12 views
Query xml data from SQL2000 (xml saved directly in a cell, multiple rows)
Hi I get problem retrieve XML data from SQL2000 server.
The table structure is as following:
ID Name XML
1 Name1 <Root><DATA1>1-Data1</DATA2><DATA1&g …
0
votes
1answer
50 views
Where can I find good documentation on OpenXML
I'm looking to create powerpoint file in OpenXML.
I'm looking to use the following features
- Bind bits of the page to an xml file. For example, one tag would be bound to the name …
0
votes
1answer
123 views
Microsoft Word Document Controls not accepting carriage returns
So, I have a Microsoft Word 2007 Document with several Plain Text Format (I have tried Rich Text Format as well) controls which accept input via XML.
For carriage returns, I had …
0
votes
2answers
60 views
OPENXML with xmlns:dt
Use OPENXML to get dt element in MSSQL 2005.
How can I get xmlns:dt element in xml? For example, get a result set of two rows that list product id and country code.
121403 GBR
…
2
votes
1answer
222 views
Insert OpenXmlElement after word bookmark in Open XML SDK
I was able to access a bookmark in my word document using this code:
var res = from bm in mainPart.Document.Body.Descendants<BookmarkStart>()
w …
0
votes
0answers
31 views
Problem setting content control with OpenXML SDK 2.0
I have a Word 2007 doc with content control, title and tag set to "Control1" and the value "X". I am trying to change the value of Control1 to "Y"
string sdtName = "Control1";
…
0
votes
1answer
49 views
Open XML SDK 2.0 inserting PDF to Word
Hello everybody,
has anyone tried to insert pdf document into word using open xml sdk 2.0 ?
Thank You!
