How to use different colors of texts in the same Excel cell using ClosedXML?
worksheet.Cell(1,1).Value.Character[StartIndex, NoOfChar].Font.Color....??
ClosedXML doesn't have something like above, please help me to use two different font colors in the same cell.