When I call ExcelWorksheet.DeleteColumn(int column), the column data is simply cleared out. How do I remove the column itself?
I tried using the solution on this page: http://stackoverflow.com/questions/28359165/how-to-remove-a-column-from-excel-sheet-in-epplus. The unit test simply clears the data in column 2 (column 2 still remains when the worksheet is saved).
Comments: Fixed in changeset 57e30fbac90b
I tried using the solution on this page: http://stackoverflow.com/questions/28359165/how-to-remove-a-column-from-excel-sheet-in-epplus. The unit test simply clears the data in column 2 (column 2 still remains when the worksheet is saved).
Comments: Fixed in changeset 57e30fbac90b