https://bz.apache.org/bugzilla/show_bug.cgi?id=58449

            Bug ID: 58449
           Summary: How to remove table in Sheet?
           Product: POI
           Version: 3.12-FINAL
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XSSF
          Assignee: [email protected]
          Reporter: [email protected]

Created attachment 33136
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=33136&action=edit
custom remove table code

I have a workbook(xlsx), in one sheet have 2 Tables initially. During the
program process logic I need to remove one Table, but I can't found the direct
interface method to remove it.
Currently I use Sheet's PackageRelationshipCollection and CTTableParts to
remove it then save it to temp object and read it again to finish the remove
table function.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to