Skip to content

Commit

Permalink
Merge pull request #43 from josmcg/master
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
theoephraim committed Jul 9, 2015
2 parents f30f4dc + 9c2a14b commit 72481fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,10 +189,10 @@ Add a single row to the sheet.



#### `GoogleSpreadsheet.getCells(options, callback)`
#### `GoogleSpreadsheet.getCells(worksheet_id, options, callback)`

Get an array of cell objects.

- `worksheet_id` - the index of the sheet to add to (index starts at 1)
- `options` (optional)
- `min-row` - row range min (uses #s visible on the left)
- `max-row` - row range max
Expand Down

0 comments on commit 72481fc

Please sign in to comment.