Is there a way for me to add custom key-value properties to a Google Sheet without resorting to creating a different "settings" sheet?
I'm using Apps Script and prefer not creating custom menu items and dialogs using the Properties Service, or having a proprietary settings sheet.
Most of the answers I've encountered suggest creating a different sheet and using custom formulas for pulling the data, but having a different settings sheet feel like an abuse of a spreadsheet.