# autodoc **Repository Path**: dnwc/autodoc ## Basic Information - **Project Name**: autodoc - **Description**: Autodoc 可以通过文本和模板文件自动生成微软文档 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: https://www.oschina.net/p/autodoc - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2023-08-14 - **Last Updated**: 2023-08-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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.