I am parsing an excel which has superscripts and subscripts and want to enclose them like this :
<sup>superscripted value</sup>
<sub>subscripted value</sub>
tried using xlsx, excel parser and SheetJS to try and identify if the value has been superscripted/subscripted.
Is there any other way I can identify if the value has been subscripted/superscripted?