| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Get worksheet names, but by defualt exclude hidden worksheets.
- add build instructions - update homepage for package
|
Thanks for the contribution! Before we can merge this, we need @nudowding to sign the Salesforce Inc. Contributor License Agreement. |
Sorry, something went wrong.
|
Thanks for the contribution! Unfortunately we can't verify the commit author(s): Prathyusha Gidugu. One possible solution is to add that email to your GitHub account. Alternatively you can change your commits to another email and force push the change. After getting your commits associated with your GitHub account, sign the Salesforce Inc. Contributor License Agreement and this Pull Request will be revalidated. |
Sorry, something went wrong.
Changes:
- _prepare_datasources now uses xml_root.find('.//datasources').
- _prepare_worksheets's ds_index lookup is now tolerant of missing
entries (uses `.get(...)` and `continue`) so a worksheet that
references an un-indexed datasource doesn't abort the constructor.
- Bumped wheel version 0.11.2 -> 0.11.3 in BUILD.bazel.
| Back | FazBrowse Home | New Git URL |
Workbook._prepare_datasources used a literal child search
(xml_root.find('datasources')) while its sibling methods
_prepare_dashboards and _prepare_worksheets both use descendant search
(.//).
Changes:
entries (uses .get(...) and continue) so a worksheet that
references an un-indexed datasource doesn't abort the constructor.