microsoft-word

Join word docx documents from a template and replace words

I Need to get the contents of a file word as the template, which contains the content of a text, and some of the handles to c ... llowing error: the sequence does not contain elements . And with this the "merge" is not done. How can I solve the problem?

"Find and replace" with regular expressions in MS Word 2016

I have a list with the result of the candidates of a public tender that I want to sort by grade. However, before making the ... A MARTINS; 4,00; 6,50; 27,00; 37,50 / 380.01240923/7; ADONIAS REBOUÇAS DOS SANTOS; 19,00; 11,00; 37,50; 67,50

Open word file through.jar

I have a calculator on .jar working perfectly ! My doubts are: in the menu I have the "source code" button and I would like i ... c void main (String [] args){ Calculadora cCalculadora = new Calculadora(); cCalculadora.setVisible(true); } }

Integrating Delphi with Word (enabling Word Save button)

Some time ago I created a system that integrates the MS Word with the Delphi, only the save button in Word is disabled. I ... SaveAs (FileName, wdFormatDocument, EmptyParam, EmptyParam, False); I want to know if you have how to enable this button