I am using Aspose.Word to create a EMF file from MathML.
The post here:
explains how to do this.
Then, I add this image into Worksheet:
var mathMl =
@"<math xmlns="“http://www.w3.org/1998/Math/MathML”">y=a+bx+cx2+…...get my mathML into a Word document: var mathMl = ... explains...2+dx3+ex4"; var doc = new Document(); var builder = new DocumentBuilder(doc);...