GridJsWorkbook.InsertImage

GridJsWorkbook.InsertImage method

Inserts image in the worksheet from file stream or the URL,(either the file stream or the URL shall be provided) or Inserts shape ,when the p.type is one of AutoShapeType

public string InsertImage(string uid, string p, Stream s, string imageUrl)
ParameterTypeDescription
uidStringThe unique id for the file cache
pStringThe JSON format string for the operation which specify the cell location ,the worksheet name,upper left row,upper left column for the image,etc {name:‘sheet1’,ri:1,ci:1}
sStreamThe file stream of the image file
imageUrlStringThe URL of the image file

Return Value

The JSON format string of the inserted image

See Also