docxtemplater icon indicating copy to clipboard operation
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...

Results 7 docxtemplater issues
Sort by recently updated
recently updated
newest added

+ # 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...

enhancement
complexity:hard

# 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...

complexity:hard

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...

question

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...

enhancement
complexity:hard

# 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...

enhancement
complexity:hard

![image](https://user-images.githubusercontent.com/25190239/94335633-76a58300-000f-11eb-8677-328a87d3ccf3.png) ``` { 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:...

bug
complexity:hard

# 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...

complexity:hard