Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nasa/autodoc

Create Microsoft Documents automatically using Text and Template files
https://github.com/nasa/autodoc

Last synced: 2 months ago
JSON representation

Create Microsoft Documents automatically using Text and Template files

Awesome Lists containing this project

README

        

autodoc
=======

Create Microsoft Documents automatically using Text and Template files.

Autodoc was designed as a means to automate reports and alleviate the effort needed to generate routine documents.
Given a docx, pptx or xlsx file along with a text file of desired content Autodoc can output a
document of the same format with the desired content inserted into the template.

Autodoc replaces key values in a document with a desired value stated in a textfile.
It can be used in both graphical and command-line environments. The application
takes in the three following inputs:

Text file with key words and desired values (tab or space delimitted)
Template file. This can be a docx, pptx or xlsx file with included keywords to be replaced
Output path. This is the desired path where you would like your desired output document
saved to.