Skip to content

Commit

Permalink
Modified
Browse files Browse the repository at this point in the history
  • Loading branch information
tanaikech committed Dec 7, 2020
1 parent c28f861 commit 921539f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ const object = [
{ blob: blob1, range: { row: 1, column: 1 } }, // Image is inserted in a cell "A1".
{ blob: blob2, range: { row: 5, column: 2 } }, // Image is inserted in a cell "B5".
];
DocsServiceApp.openBySpreadsheetId(id)
DocsServiceApp.openBySpreadsheetId(spreadsheetId)
.getSheetByName("Sheet1")
.insertImage(object);
```
Expand Down

0 comments on commit 921539f

Please sign in to comment.