Categories
- All Categories
- Oracle Analytics Learning Hub
- 17 Oracle Analytics Sharing Center
- 17 Oracle Analytics Lounge
- 224 Oracle Analytics News
- 44 Oracle Analytics Videos
- 15.8K Oracle Analytics Forums
- 6.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 84 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Image generation in excel

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.
Expected result :
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