Any plans to introduce simple HTML formatting inside cell?
The version 1.0.2.1 includes built-in HTML format inside cell. The CellValueFormat property specifies how the cell’s value ( CellValue property ) is displayed. If the CellValueFormat property is exText no HTML formatting is applied. Else, if the CellValueFormat property is exHTML the CellValue is formatted using HTML tags. The list of valid tags are: • tag – draws a text bolded until is reached. •
tag – breaks the line. • tag – draws the text using italic font attribute until is reached. • tag – draws the text using strikeout font attribute until is reached. • tag – draws the text using underline font attribute until is reached. •