I am reading an Excel file cell by cell using the Advanced Excel component (Using the Cell_Read server action).
Apart from reading the value of the cell, I would also like to know whether that cell is Strikethrough or not. Meaning that I have to know the format/style of that cell.
My question is, how can I determine if the format of the cell is strikethrough or not, using the Advanced Excel component?
If this is not possible, is there any work around?
Thank you.
Hi @Giorgos Sofroniou
Currently there isn't a way to do this that I am aware of. I'll need to dig into the EPPlus library to see if there is something we can use to do it.
Hanno