docxtemplater
docxtemplater copied to clipboard
Generate docx, pptx, and xlsx from templates (Word, Powerpoint and Excel documents), from Node.js or the browser. Demo: https://www.docxtemplater.com/demo. #docx #office #generator #templating #report...
+ # 1. remove `setData(data)` and `resolveData()`, It is now possible to do `render(data)` and `renderAsync(data)` # 2. Multiple render calls # [POSTPONED] Make it possible to call render multiple...
# Environment - Version of docxtemplater : 3.29.0 - Used docxtemplater-modules : docxtemplater-xlsx-module (V 3.9.3) - Runner : Node.JS - (16.13.0), NPM - (8.1.0) # How to reproduce my problem...
The current features of this library are great to generate a "single item" output file, such as for example editing an invoice. I am looking to an enhancement that allow...
I am very willing to have fast tests. This is because if you have tests that take less than a second to run, it is possible to have them run...
# Environment - Version of docxtemplater : 3.19.6 - Used docxtemplater-modules : "docxtemplater-xlsx-module" - Runner : Browser # How to reproduce my problem : My template is the following (rename...
 ``` { ACCOUNT_ID: 1699, ACCOUNT_DETAIL: [ { CATEGORY: "Cat1", DETAIL: [ { TRANS_ID: 1, DATE_: 930305, TYPE: "ABC", AMOUNT: 5224 }, { TRANS_ID: 2, DATE_: 930305, TYPE: "XYZ", AMOUNT:...
# Environment - Version of docxtemplater : 3.34.1 - Used docxtemplater-modules : none - Runner : Node.JS v14 - libreoffice7.3 # How to reproduce my problem : My template is...