I have an excel file that I want to filter based on its font color and not cell color. Basically I want to retain the rows that has a font color and remove rows when all of the line items/ all columns in that row are in black font. What’s the most efficient way to do this? Thanks
Thank you very much for the reply. I just have a question for the step 5. May I know what should be the output for row(“ColumnName”, DataRowVersion.Current).ToString()?
I tried it on my end and it only gives me the value of the cell and not the color. Also it gives me an error when I put it inside the condition of if statement.