Hello,
I have noticed that when using Aspose.Words 22.12: when the number format was set to #.00 in the template, the output was correct, whereas when upgraded to 25.6, the same format gives an incorrect output.
Exampl…...used a simple MERGEFIELD for testing: Document doc = new Document();...builder.insertField("MERGEFIELD test \\# \"#.00\""); doc.getMailMerge()...