Closed deepakrb closed 6 years ago
Nice, this was something I wanted to do in addition to creating another sheet for balances. I just want to test this out first.
Can you add in the Wallets
sheet? Also, shouldn't the null check happen before setting the var? Haven't had a chance to test your code yet. May also want to rebase on the new changes.
Absolutely, I'll take a look at this today. On the null check, the return value from getSheetByName
is null if the sheet is not found, so we never have to create a sheet if one already exists.
I'll also fix that MC
Added in pull request referenced above.
Super simple, this PR means users won't have to create a sheet before using the template. Ideally the name
Results
should be changed going forward to something more semantic i.eCryptoLiveData
or something along those lines.Cheers