@eduardo.canal
I have this:
Table in Excel I want to get this table and convert to html string with html tags or anyway I can get styling, formatting of that excel table?...Replace("<Font ", "").Replace("</Font>", ""));...Append(cell.HtmlString.Replace("<Font ", "").Replace("</Font>", ""));...