How to process all named ranges in a Google Sheet? -
is there way process of named ranges in google sheet?
google documents has .getnamedranges()
, can't find similar sheets. want read , print each range parameter.
my end goal fix lot of named ranges en masse. there more 200 in document in question.
there's bug in sheets (documented here) , since default ranges in named ranges have entire span of merged cells (ie: a1:j1
), named ranges work in formulas if specify first cell, thought save lot of time accepting default named range (a1:j1
example) , script can strip off of end, leaving a1
. in order this, need able list of named ranges in sheet.
is possible?
short answer no, unfortunately.
there enhancement request at:
https://code.google.com/p/google-apps-script-issues/issues/detail?id=917
you can star vote , receive updates.
Comments
Post a Comment