Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript

Tony Ahn
Tony Ahn
24,417 Points

Read data from and Write data to Google Sheets with JavaScript

Hello forum,

I'm trying to retrieve some data from a Google Sheets file and display it on the browser. I also want the user to have the ability to write data into Google Sheets. I want to do this in JavaScript, but I don't want to involve any back-end frameworks (i.e., nope to node.js).

Is this possible?

1 Answer

Hi Tony,

Take a look at this StackOverflow - it should help get you on the right track.

Short answer, yes. :)

Best, Cena