How to delete a Picture in a XLSX File?

Questions and answers on how to use XLSReadWriteII 5.
Post Reply
fiz
Posts: 2
Joined: Thu Jun 25, 2020 8:04 pm

How to delete a Picture in a XLSX File?

Post 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
larsa
Site Admin
Posts: 926
Joined: Mon Jun 27, 2005 9:30 pm

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

Post 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.
Lars Arvidsson, Axolot Data
fiz
Posts: 2
Joined: Thu Jun 25, 2020 8:04 pm

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

Post 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
larsa
Site Admin
Posts: 926
Joined: Mon Jun 27, 2005 9:30 pm

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

Post by larsa »

Hello

This is fixed now.

Use: XLS[0].Drawing.Delete(Col1,Row1,Col2,Row2);
Lars Arvidsson, Axolot Data
Post Reply