Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nasa/autodoc
- Owner: nasa
- License: apache-2.0
- Created: 2013-12-31T18:36:34.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-11-13T23:06:23.000Z (about 8 years ago)
- Last Synced: 2024-08-03T01:24:02.412Z (6 months ago)
- Size: 5.25 MB
- Stars: 111
- Watchers: 15
- Forks: 51
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-rainmana - nasa/autodoc - Create Microsoft Documents automatically using Text and Template files (Others)
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.