Embed Image into Excel

Provides a custom smart service and custom expression function to embed one image or multiple images in an Excel sheet.

The following types of configurations are supported

  1. One cell, one image
  2. One cell, multiple images
  3. Multiple cells, one image
  4. Multiple cells, multiple images
  5. Width configuration of row where image will  be rendered, margin for image (1-5) and image scale percentage (20 to 100 %) for each individual image with respect to width provided.
Anonymous
Parents
  • Hi

    We are also trying to use Embed Image into Excel smart service in 19.4 and getting below error:

    Exception: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was BEGIN_OBJECT at line 1 column 43

    JSON Input:

    {
    "width":1000,
    "padding":3,
    "imageAnchors":{
    "col1":2,
    "row1":2,
    "col2":3,
    "row2":3
    },
    "imageDocument":{
    "imageDocumentID":311790,
    "sizePercentage":80
    }
    }

    any pointers regarding this issue

Comment
  • Hi

    We are also trying to use Embed Image into Excel smart service in 19.4 and getting below error:

    Exception: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was BEGIN_OBJECT at line 1 column 43

    JSON Input:

    {
    "width":1000,
    "padding":3,
    "imageAnchors":{
    "col1":2,
    "row1":2,
    "col2":3,
    "row2":3
    },
    "imageDocument":{
    "imageDocumentID":311790,
    "sizePercentage":80
    }
    }

    any pointers regarding this issue

Children
No Data