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
How to delete a Picture in a XLSX File?
Re: How to delete a Picture in a XLSX File?
Hello
Sorry, this is not possible right now. No one seems to have been missing this.
We will add this to the next update.
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
Re: How to delete a Picture in a XLSX File?
Hi,
ok, this explains it. Thanks for the fast answer.
And, of course, now this question: When will the next update relase?
yours,
Fiz
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?
Hello
This is fixed now.
Use: XLS[0].Drawing.Delete(Col1,Row1,Col2,Row2);
This is fixed now.
Use: XLS[0].Drawing.Delete(Col1,Row1,Col2,Row2);
Lars Arvidsson, Axolot Data