0

Can javascript retrieve username and password from google spreadsheet, where google spreadsheet store username and password like below,

row 1 user1,pass1 row 2 user2,pass2

2

1 Answer 1

1

You directly can not use JavaScript to access Google Spreadsheet. Instead you can use Google Apps Script having almost all functionalities of JavaScript. You can read about Google Apps Script here

Using Apps Script Spreadsheet API you can perform CRUD operations on spreadsheet. Hope this helps

Sign up to request clarification or add additional context in comments.

1 Comment

That's not accurate. You can file/publish the spreadsheet and access it as JSONP without any API. It wouldn't be a good thing to do when there are passwords stored there, but it's not impossible.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.