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;