I have a webapp in wich data is collected, also pictures can be uploaded. At the moment SSRS 2005 is us开发者_StackOverflow社区ed to generate reports to present the collected data.
I don\'t understand Why t he following function returning \"Nothing\" Public Function generatsTOC(ByRef doc As Word.Document) As Word.TableOfContents
I am trying to draw a table in poi using XWPF component using the below code // InputStream in= Temp.class.getResourceAsStream(\"Sample.docx\");
I am using word application host in browser. According to my application I want to use the selected text from the hosted document using any key press like if I press s then the selected text in the do
I am usin开发者_StackOverflow中文版g this code to show the group number, how can I show the groupitems number?
Except for Google docs is there any technology that will allow me to provide a preview for Excel, Word, PDF from within the browser 开发者_运维技巧without having to download & installing anything
I\'ve got a mail merge document set up in Word 2010. The data I\'m using is Excel 2010. I\'ve got some fields at the end of the data that have a lot of text in one cell (more than 255 characters).
For a project that I\'m working on, I need to do a one click \"print all\" feature that will allow my users to do a printable view of several database fields, combined with 2 word documents that are s
I\'m doing SOME VB6 - MS WORD application.., here\'s my code dim WordObj As Word.Application Dim objWord As Word.Document
Does anyone know how when programmatically iterating through a word document, you can tell if a paragraph forms part of a table of contents (or indeed, anything else that forms part of a field).