adds an image into a cell
| rowId | number | the row id |
| columnId | number | the column id |
| url | string | the url of an image |
| page | string | optional, the name of the sheet. If not specified, the method is applied to the current sheet |
$$("ssheet").addImage(rowId,columnId, url, "Sheet1");