项目作者: devel0

项目描述 :
generate word files from an excel and a word template
高级语言: C#
项目地址: git://github.com/devel0/excel-to-word.git
创建时间: 2018-07-31T22:38:09Z
项目社区:https://github.com/devel0/excel-to-word

开源协议:MIT License

下载


excel-to-word

generate word files from an excel and a word template

how it works

  • config mapping and paths will be loaded at start and saved at exit
  • set your own mapping excel (column name) to word (token to replace) in the datagrid by using Add/Remove buttons
  • set excel datasource pathfilename
  • set word template pathfilaneme
  • set output folder

  • press generate

  • it generate in the output folder a file with the same name of the template and with -XXXXX.docx appended where XXXXX=excel row number

prerequisites

  • excel input dataset must xlsx format
  • word template must docx format

screenshoots

main window

img

excel input datasource

img

word template

img

output from 1th row

img

generated files

img