MiniExcel icon indicating copy to clipboard operation
MiniExcel copied to clipboard

Add some support for formulas in templates

Open meld-cp opened this issue 7 months ago • 1 comments

Linked to #176

This will convert a cell with value: '$=SUM(C{{$enumrowstart}}:C{{$enumrowend}})' to the formula cell: 'SUM(CX:CY)' where X is the starting row of the enumerable and Y is the ending row.

Please see the added test case and example in samples/xlsx/TestTemplateBasicIEnumerableFillWithFormulas.xlsx

meld-cp avatar Jul 03 '24 22:07 meld-cp