By: Deepak Borule - deepakborule
problem in inserting images to excel sheet
2003-11-19 02:18
Hi,
I am generating microsoft excel sheets using japser reports
I am required to insert image in excel. I am going so by
<image scaleImage="RetainShape" hAlign="Center" vAlign="Top">
<reportElement x="0" y="10" width="700" height="355"/>
<imageExpression>"abc.jpg"</imageExpression>
</image>
But nothing is getting inserted in the excel sheet.
Can anybody help me out.
Thanks
Deepak
By: Teodor Danciu - teodord
RE: problem in inserting images to excel shee
2003-11-29 00:16
Hi,
Images are not supported by the POI library we use
to generate XLS content.
Thank you,
Teodor
problem in inserting images to excel sheet
2003-11-19 02:18
Hi,
I am generating microsoft excel sheets using japser reports
I am required to insert image in excel. I am going so by
<image scaleImage="RetainShape" hAlign="Center" vAlign="Top">
<reportElement x="0" y="10" width="700" height="355"/>
<imageExpression>"abc.jpg"</imageExpression>
</image>
But nothing is getting inserted in the excel sheet.
Can anybody help me out.
Thanks
Deepak
By: Teodor Danciu - teodord
RE: problem in inserting images to excel shee
2003-11-29 00:16
Hi,
Images are not supported by the POI library we use
to generate XLS content.
Thank you,
Teodor
0 Answers:
No answers yet