We have some merge fields in a table which we merge into singularly instead of using the ExecuteWithRegions method. In other words, we'll do something like (C#):
Document.MailMerge.Execute(new[] { "Field1" }, new[] { "11/30/2009" });
We do this even though Field1 is inside a cell that is part of a Table. This operation works in Aspose 6.6, and I believe Aspose 7.0 although I didn't test it in Aspose 7.0. However, in Aspose 8.0 this operation ignores the merge operation. No exception is thrown.
I suspect I can get around this issue by using ExecuteWithRegions, but I'm disturbed that this behavior just stopped working in the new release. We didn't upgrade to 7.0 because some functions had regressed and in this case it appears we have another case of a previous working functions behaving differently.
I attached a test project that I believe illustrates the problem. Run it against 8.0 then 6.6 (or 7.0) and let me know if you see the same issue.
Thanks,
Ed