SpreadsheetWEBImage

You are here:

 

 

The FieldName in this case is an image file. It will download the image and render it into the cell that has this equation by resizing the image. The developer of the excel file needs to keep the size of the cell large enough so that the image will be viewable when resized by SpreadsheetWEB.

=SpreadsheetWEBImage(“862ce249-da29-499f-b2c3-9a5dadda8a97″,”1″,”attachment”)

If there is no data or file corresponding to the parameters of SpreadsheetWEBImage, the formula returns “=SpreadsheetWEBImage(#N/A)”. To avoid error message:

=IF(SpreadsheetWEBImage(“862ce249-da29-499f-b2c3-9a5dadda8a97″,”1″,”attachment”)=”=SpreadsheetWEBImage(#N/A)”,””,SpreadsheetWEBImage(“862ce249-da29-499f-b2c3-9a5dadda8a97″,”1″,”attachment”))