是否可以使用 epplus 删除工作表中的 table?

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

在 Epplus Worksheets 中有成员 ExcelTableCollection Tables 用于添加和编辑 tables。但是,您不能删除 table。还有其他方法吗?

WorkSheet.Tables.Delete() 现已实施。