Is there any way to remove font dom from “Td”.
or Is there any way to avoid the text are separate by font tag.
e904128e-711c-447f-a3f6-a50f5a3d9c8c.png (47.1 KB)...the cell contains rich text formatting, which causes the text to...you can clear the rich text formatting by using: cell.SetCharacters(null);...