Reputation: 14948
In Epplus Worksheets have the member ExcelTableCollection Tables for adding and editing tables. However, you cannot delete a table. Is there another way to do it?
ExcelTableCollection Tables
Upvotes: 1
Views: 897
WorkSheet.Tables.Delete() is now implemented.
Upvotes: 3