I want to display value in cell as "Total CO2 emission in 2016 is 2 468 Kgs"
I am using setCellValue() function as:
setCellValue("Total CO2 emission in 2016 is " + emission)
I found that there is field SS_SUB here in the documentation, how can I use it?
This post shows how to set partial text bold in a text. But there is nothing to format text with subscript.