HelloIf x=2 and y=3 I expected to get 5
I want to do something very simple
Put two merge fields in my doc file and get result of doc file with sum of those two fields
so I put in my doc file"
{ =SUM(«X»,«Y») }
Instead I get the string
{ =SUM(3,2) }
I am using Aspose 6
What am I doing wrong
Thx