jpillora / node-edit-google-spreadsheet

A simple API for editing Google Spreadsheets
304 stars 101 forks source link

Getting specific entry from rows #31

Closed orangeFlavor95 closed 9 years ago

orangeFlavor95 commented 10 years ago

I was wondering how do you get an specific spreadsheet value from the rows object? And could we modify that element of the rows object? Is the rows object an array? Could we modify an entry by setting rows[int][int]="value"? I'm really a noob student trying to finish a project and do not have much node.js experience.

jpillora commented 9 years ago

Sorry for the late response. Have a look at the examples/ directory and then get them working and then look at the docs.