Efficient way to delete rows from a .xlsx file using c#
I need to delete certain rows from an .xlsx file using a C# program.
The whole table should be gone through and if a certain word appears in column B, the row should be removed.
My current solution looks like this: