How to delete a row in excel file?

How to delete first row from the Excel file and the second row of Excel becomes first ?

I did a quick search of the excel libraries but none of the ones I found had a delete row keyword, or delete anything for that matter,

You could get the row count, skip the first row then for the subsequent rows, read the row data and write it to the row above and save the workbook when you got to the last row, not very elegant but would achieve the effect you are after.

Hope that helps,

Dave.