Hello everybody,
it is the first time that I use doc4j to generate an Excel file from another Excel file (pseudo template file) in changing some values in some fields.
I have found an example in https://github.com/plutext/docx4j/commit/9dc7f5c4e303cfea4ec5b11e5700584d388034c5 and I have made some minor changes.
The program run correctly without crashing but the generated Excel file doesn't contains new values.
In the input template Excel file, some cells contains the following strings
#{ctc.BRAND-NAME}
#{ctc.TIRE-SIZE}
The goal ...