You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :
My template is the following : (Upload the docx file here inside github, which you have to name template.zip (github doesn't accept the docx extension))
Currently, there is no way to loop over rows but only on specific
columns.
It would be possible to create a new tag, like this : {$} which would
mean that a particular cell should not be repeated.
So in your case of the uploaded template, the cell should be : {$} This should not repeate
However, this tag : {$} should then be placed on each of the "static"
cells.
You are speaking about having multiple tables
side-by-side, and the {$} would not handle this case.
edi9999
changed the title
Docxtemplater XLSX Module - Loop in excel repeating whole row
Docxtemplater XLSX Module - how to loop in excel repeating a row, but only for a given set of columns ?
Apr 14, 2022
edi9999
changed the title
Docxtemplater XLSX Module - how to loop in excel repeating a row, but only for a given set of columns ?
XLSX Module - how to loop in excel repeating a row, but only for a given set of columns ?
Apr 14, 2022
Thanks for the information but we are not willing to use the module. Please process the refund. I also sent an email to you but did not get any reply. So commenting in here.
Environment
How to reproduce my problem :
My template is the following : (Upload the docx file here inside github, which you have to name template.zip (github doesn't accept the docx extension))
With the following js file :
Generated Output -
gen_demo.xlsx
Used Template
demo_template.xlsx
I would expect it to :
it should not repeate the whole row. As I have other tables side by side.
The text was updated successfully, but these errors were encountered: