I have a word document (docx format) that I need to populate with data from a dictionary . The key of the dict will be the word field to be populated. I was wondering what is the best way to do this (
I have a simple requirement in MS Office word 2007 document. I needed code behind the macro which copies a Table (formatted one) and paste it everytime when I run this macro.
What is the best way to do this. I dont have access to the database since it is firewalled. It needs to be done throught the web interface.
Is it possible to create a plugin or addin for MS Word that allows a section of text to be selected and then a custom \"Highlighting\" function to be applied to it.
I\'m working on a Word document which has a table on each page. Each table contains several occurrences of the word \"Datum\". By double-clicking this word \"Datum开发者_Go百科\", this word should be
We have a lot of data that contains nasty MS Word formatting like this: <!--[if !mso]> <mce:style><!v\\:* {behavior:url(#default#VML);} o\\:* {behavior:url(#default#VML);} w\\:* {behav
A template report with extension *.docm will be shown to user, he will modify it, and when he click the save button. I want to write the modified the document as accessionID.docm at the specified fold
I have a Word .DOCument that\'s being generated by a (classic ASP) server. It\'s an HTML file that\'s being output as a .DOC using the application/msword content type. The document is generated fine,
I have to generate winword document for badges printing application. Basic scenario is the following: User selects employees from list, click \"print badges\", winword appears to allow user make som
I wanna make a program to create MS Word file, but some API\'s can\'t add checkbox to the document. Someone have done that? Thanks.开发者_运维问答How about open office\'s api?