Justin Dearing
Justin Dearing

Reputation: 14948

Is is possible to delete a table in a worksheet with epplus?

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?

Upvotes: 1

Views: 897

Answers (1)

Justin Dearing
Justin Dearing

Reputation: 14948

WorkSheet.Tables.Delete() is now implemented.

Upvotes: 3

Related Questions