Skip to content

3.0 BB#844 added method workbook.get_table(name)

Bitbucket Importer requested to merge bitbucket/declined-pr-374 into branch/3.0

Created originally on Bitbucket by Shekhar Gyanwali

Changesets for this Pull Request have not been imported, because it had been already declined on Bitbucket. Marked as closed by the import user.

Hi Charlie,

First of all, I really appreciate your help and guidance on this.

I did a research around defined names and played with excel tables. Here is my finding.

Excel tables are not part of Defined Names

Excel table names are listed in Name Manager (Name manager includes Defined Names in it’s list)

Excel Table names are unique across workbook

Therefore, I have added a attribute and a method in Workbook class to access the table object or return the dictionary for all tables based on input parameter.

Hope I am getting close to the solution. Thank you for your patient on this one.

Regards

Shekhar

Merge request reports