Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 264 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 264 Bytes

data2doc A simple reporting tool to combine data (saved in .XLSX format or .JSON) with a template (which is .DOCX)

Demo page: data2doc.net

Usage

from data2doc import merge

merge("test.docx","test.xlsx","test-result")