Hi Aspose team,
I’ve run into an issue when converting a chart to EMF image. The rendered output is different from the excel chart itself.
Here’s the code I used to generate my test outputs:
string dir = @"C:\Users\";…...OnePagePerSheet option as true ImageOrPrintOptions options = new ImageOrPrintOptions...new SheetRender(sourceWS, options); Render.ToImage(0, dir + ...