Hi !
I've run my code with XLSReadWriteII 4.65, and I can say that the coordinates are corrects. Pictures are well-placed.
Modifications due to XLSRWII 6 compatibility aside, the algorithm to calculate coordinates is the same.
This is why I think there could be an issue in XLSRWII 6.
Maybe you are not able to reproduce if you insert 1 single image and then update its coordinates.
In my case, I can have 10 images, and process like this (the coordinates are updated once all images have been inserted) :
Code: Select all
insert image 0 at (0, 0, 0, 0)
insert image 1 at (0, 0, 0, 0)
...
insert image 9 at (0, 0, 0, 0)
update image X coordinates (0 <= X < 10)
Image X placing is not updated in XLSRWII 6.
This works with XLSRWII 4 but instead of inserting in file we just add it at no particular place :
Best regards.