Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working when sheetName other than 'Sheet1' #57

Open
verdymas opened this issue Jul 6, 2022 · 2 comments
Open

Not working when sheetName other than 'Sheet1' #57

verdymas opened this issue Jul 6, 2022 · 2 comments

Comments

@verdymas
Copy link

verdymas commented Jul 6, 2022

This code working when I use 'Sheet1' as sheetName, but not working on any other sheetName, even as simple as 'Sheet2' is not working.

// working
var sheetName = 'Sheet1'

// not working
var sheetName = 'Sheet2'
@MisterEight
Copy link

I have the same problem

@dailynws
Copy link

You just have to simply change the sheet name Via Apps Script
image
Change the name of the Sheet1 to your sheet name

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants