I have a document that contains a single column table with two rows (see attached).
The first cell in the first row contains the numbers:
1
2
3
The cell directly underneath has a SUM(Above) formula in it.
When calling the Document.UpdateFields method in Aspose for Words the value remains at 0. I would expect the value to change to 6.
If you use Word Automation or VBA, the UpdateFields method correctly updates to 6. This appears to be a behaviour difference between Word and Aspose. Can you confirm this is a bug and will be looked into and fixed.
Regards