Page 1 of 1

How to delete a Picture in a XLSX File?

Posted: Thu Jun 25, 2020 8:09 pm
by fiz
Hi,

I'm searching a Delphi component to edit XLSX Files and found this XLSReadWrite.
But the documentation does not help much, and the examples are very light.

Can anyone help me and tell me how to delete a Picture from a loaded XLSX File?

thx,
fiz

Re: How to delete a Picture in a XLSX File?

Posted: Fri Jun 26, 2020 5:39 am
by larsa
Hello

Sorry, this is not possible right now. No one seems to have been missing this.

We will add this to the next update.

Re: How to delete a Picture in a XLSX File?

Posted: Fri Jun 26, 2020 3:08 pm
by fiz
Hi,

ok, this explains it. Thanks for the fast answer.

And, of course, now this question: When will the next update relase?

yours,
Fiz

Re: How to delete a Picture in a XLSX File?

Posted: Wed Jul 08, 2020 9:42 am
by larsa
Hello

This is fixed now.

Use: XLS[0].Drawing.Delete(Col1,Row1,Col2,Row2);