Hello,
We are reevaluating this as a valid Feature Request. The newly introduced sheets.rows.cells.html configuration option discussed in this completed Feature Request allows for setting the style of part of the cell text, for example:
{ value: "Spinach and <b>Blue</b> Cheese", background: "rgb(255,255,255)", color: "rgb(0,62,117)", html:true }
however, applying the styling (bold, italic, underline) to part of the cell contents still styles the entire cell content.
To style part of the cell contents when the sheets.rows.cells.html configuration option is set to true you may also consider using the range.value method:
sheet.range("A1").value("<b>Spinach</b> and <b>Blue</b> Cheese");
Regards,
Aleksandar
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.
Hi,
I have just related the current thread to another one, which concerns the same functionality.
Regards,
Veselin Tsvetanov
Progress Telerik