I'm trying to import an excel file avoiding cell that have a strikeout as style, but I'm not sure of how to do it.
I know that in the library XLConnect
there is a function getCellStyle
but I cannot find much documentation on how to use it with a strikethroug/strikeout and I would like to avoid that library because sometimes it gives me problems when the workbook is big.
I found a workaround to this problem: