Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 884 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 884 Bytes

DocxBuilder (WIP)

DocxBuilder is a Java application to automate the process of creating multiple Microsoft word documents from a single document template while updating variables in the template with values from a CSV file.

The test csv file has been autogenerated using Mockaroo Parsing of Microsoft Word Documents has been done in part using Docx4j I hope to do this part myself soon. It will be a nice challenge!

Why?

Cuz I wanted to ;). No really, I just wanted to butress my understanding of the reader/writer problem.

Use

Right now, there is no great way to make use of this application. (That's why it's a WIP). For now, you can import it to eclipse and run as a Java Application to see it do its work.

Next Steps

  • Harness the powers of concurrency.
  • Make the program executable on a terminal