Assigned
Status Update
Comments
jp...@google.com <jp...@google.com> #2
Generated Metadata
- Summary: The Apps Script application is not working as expected. The first page works, but the second page does not. It is difficult to determine the root cause without additional information.
- Tags:
Additional resources:
https://developers.google.com/apps-script/guides/support/troubleshooting https://developers.google.com/apps-script/support https://stackoverflow.com/.../how-to-debug-or-view-logs-in-google-app-scr... https://stackoverflow.com/.../appscript-webapp-hyperlink-not-working-the-... https://stackoverflow.com/.../serve-separate-html-pages-google-apps-script-...
You can
bl...@google.com <bl...@google.com> #3
Automated by Blunderbuss job workspace-devrel-public-issue-tracker-blunderbuss-autoassigner for config assign for component 191640.
Description
This makes NamedRanges unusable for bigger documents and I hit this problem with my add-on Super Styles.
I'd want methods like Document.getNamedRangesPartiallyInRange(name, range) and getNamedRangesPartiallyInRange(range). These would return partial overlaps, ie., the named range is not totally within the given range object; a check if the range is fully within the given range can be at worst coded by the developer if they so wish, even though doing so is not trivial.
Though, the API could also add an extra parameter for different behavior ("partial overlap" or "fully within the given range").