Hello Team,
I’m exporting a range with name as HTML, and I’ve noticed that a bookmark with the range name is automatically inserted into the generated HTML content. How can I prevent this bookmark from being included du…...Address; var saveOptions = new HtmlSaveOptions { ExportPrintAreaOnly...workbook.Save(htmlStream, saveOptions); htmlStream.Position = 0;...