Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

Image generation in excel

Question
31
Views
0
Comments

Summary

Image generation in excel

Content

Hi All,

I am trying to generate an image inside an excel document. But I am not able to place the image within a row of the excel document.  The image is getting placed on top of multiple rows as shown below.

Untitled.png

Expected result :
Actual.png

Please find the xslfo table object below.

...

<fo:table>

  <fo:table-body>

   ...

  <fo:table-row>

  <fo:table-cell number-columns-spanned="3" xsl:use-attribute-sets="None_102184">

  <fo:block xsl:use-attribute-sets="None_102184">

  <fo:instream-foreign-object content-type="image/png">

  <xsl:value-of select="//Report[@id='102184']//sectionImage99"/>

  </fo:instream-foreign-object>

  </fo:block>

  </fo:table-cell>

  </fo:table-row>

  </fo:table-body>

</fo:table>
...

Is there any way to place the image within a row in excel or adjust the row height according to the image height?

Thanks,
Neetha