I have developed a google sheet script which creates a custom menu. That menu item validates data in sheet but is based on a Google Sheet template which defined where user must enter each cell value for validation.
I want to publish the menu script as an addon. So, if user installs the addond but it's not using the google sheet template, data will not be validated as expected because he doesn't knows whre to enter each cell value.
Is there any chance to add the addon download the sheet template or any other workaround?
I published the Google Sheet to the web but that option removes menu bar, so user can't use the addon.
Which is the best approach for this kind of requirement?
Regards