I am converting Excel(One worksheet) to html and then inserting this html into word(using builder.inserthtml) in order to maintain all fonts/styles/colors. The excel sheet has some hidden rows, that I would like to embed…...in paragraph node, set font to hidden foreach (Paragraph paragraph...GetChildNodes(NodeType.Paragraph, true)) { foreach (Run run in paragraph.GetChildNodes(NodeType...