Question : C# delete empty rows in excel

Hi, Expert

Could some one teach me how to delete excel empty rows. So in my case I would like to do

1. open the excel
2. delete empty rows
3. save it

Answer : C# delete empty rows in excel

There is no straight forward API call to find an empty row.
See this example for how to open an excel and read data.
http://dotnetperls.com/excel-interop
Random Solutions  
 
programming4us programming4us