PNG Picture always in the first sheet

Questions and answers on how to use XLSReadWriteII 5.
Post Reply
OlivierR
Posts: 12
Joined: Mon Apr 29, 2013 3:53 pm

PNG Picture always in the first sheet

Post by OlivierR »

Hi,

My problem is that the PNG picture is always inserted in the first sheet.
Here my code :
chartSheet:= xlsCompound[5];
chartSheet.Drawing.InsertImage(imgFileName,2,1,0,0,1);

Could you help me please ?

I use XLSReadWrite 5.10.20

Best regards.
larsa
Site Admin
Posts: 926
Joined: Mon Jun 27, 2005 9:30 pm

Re: PNG Picture always in the first sheet

Post by larsa »

Hello

The error occured when inserting pictures in Excel 97 files. This is fixed in update 5.10.22
Lars Arvidsson, Axolot Data
Post Reply