BB844 added TableList
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