Any way to convert excel cell value in to html format?
I want to convert excel cell value in to html.
Ie:
Excell cell Value: 'Am a programmer'
Wanna convert like: Am a <b>programmer</b>
Am reading excel using excel interop. I can check whether the entire value in excel cell is bold/italic then add html tags accordingly but am unable to check whether any text is bold\italic in between a cell value.
Any way?