Skip to content

BB844 added TableList

Bitbucket Importer requested to merge bitbucket/merged-pr-377 into branch/3.0

Created originally on Bitbucket by Shekhar Gyanwali

Was already merged in Bitbucket before import, marked as merged by the import user

Hi Charlie,

I have now revamped how TableList is implemented. Below are the changes.

I have added unit test as well as the document.

Workbook

  • Can access and iterate through all tables from - wb.tables
  • Get name and range of all table - wb.tables.items()
  • Delete table by name or range - wb.tables.delete_table()
  • Get table by name or range - wb.tables.get_table()

Worksheet

  • Add table from ws.add_table(table)
  • ws.tables return list of tables

Appreciate your guidance, Stay Safe

Regards

Shekhar

Merge request reports