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…...Text.RegularExpressions.Regex.Replace( html, @"<a...</a>", string.Empty, System.Text.RegularExpressions.RegexOptions...