I need to add a row in excel sheet before the last row in epplus. So far I got:
ws.InsertRow(ds.Tables(0).Rows.count-1,1)
However this code adds a cell on Fist column. How do I add for entire columns? Is there any way to add a row for entire columns? how ?