I'm trying to read an Excel File where Cells have styles like shown below. I would like to convert the cell to RTF, HTML or Text.
In Microsoft Excel 16.0 Object Library has a lot of functionalities that deals with this and has some functions to convert formats. And it's really easy to use. I only use this on Windows Dev though.
Since I'm trying to stay away from Windows App development and more on Web Dev, I want to use OpenXml, and honestly, it's a little bit confusing how to get values or styles. There's so many objects with *Part in it. I recently created a WebApi that reads an excel file but not sure how to use include styles.
I've been searching if it's possible to convert the OpenXML Stylesheet into HTML but can't find anything. related to it. Mostly, it's writing with Stylesheet but not reading.