I am using aspose 8.0.1.0 in a windows (C#) application. When I set the formula for a column as
sheet1.Cells[3, 2].Formula = "='Supplies - Factor'!G757222";
the formula automatically changed to
"='Supplies - Factor'!G36326"
I have verified it using debugger. If I set the formula to
"='Supplies - Factor'!G757222"
Then it automatically changed to
"='Supplies - Factor'!G36326"
Any idea why this is happening?