Image and pie-chart incorreclty positioned when converting XLSX to HTML in .NET

Image and pie-chart are incorrectly positioned when converting the attached XLSX to HTML.
Excel PieChart positioning.zip (65.3 KB)

I was using GroupDocs Viewer 21.5 with this viewing options:

var options = HtmlViewOptions.ForEmbeddedResources(@"D:\output\output_viewer{0}.html");
options.SpreadsheetOptions = SpreadsheetOptions.ForOnePagePerSheet();
options.SpreadsheetOptions.RenderGridLines = true;
options.SpreadsheetOptions.RenderHeadings = true;

@Clemens_Pestuka

We’ve reproduced this issue and logged it in our internal bug tracker. The issue ID is VIEWERNET-3318. We’ll let you know if there any updates.

1 Like

@Clemens_Pestuka

This issue has been fixed. The fix will be in the v21.7. We’ll let you know here when the new version will be available.

1 Like

@Clemens_Pestuka

GroupDocs.Viewer for .NET v21.7 that includes fix for this issue has been published. You can find the new version at

Have a nice day!

1 Like