TemplateFormulaCell – which allows you to put a template string (custom formula) into a cell as a formula.
Example: #= ${summaryFormula}(A2:A${item.__endOutput.r}) gives something like =MAX(A2:A2910)
TemplateStringCell - allows us to create advanced text, such as concatenating two variables or putting them into a sentence.
Example: #Hello ${name}! How are you?</code> gives for instanceHello World! How are you?`
Those two features kicks functionality of XLSX-Renderer way up and makes creating spreadsheet workbooks even more smarter than before. Well, see it for yourselves here:
https://github.com/Siemienik/XToolset/releases/tag/xlsx-renderer-v2.4.0
Give it a review, we are very, very curious what do you think about our library ;)