Files
Br1an 859c302310 fix(xlsx): handle OneCellAnchor images in Excel backend (#3045)
* fix: handle OneCellAnchor images in Excel backend

Add support for OneCellAnchor image positioning in _find_images_in_sheet().
Previously, only TwoCellAnchor images had their position extracted; images
with OneCellAnchor (the default when inserting images in Excel) would
default to bounding box (0,0,0,0), placing them all at the top-left
corner regardless of their actual position.

Now OneCellAnchor images use the anchor cell as their bounding box
origin, correctly preserving the image's position in the output document.

* DCO Remediation Commit for Br1an67 <932039080@qq.com>

I, Br1an67 <932039080@qq.com>, hereby add my Signed-off-by to this commit: cd878618ff

Signed-off-by: Br1an67 <932039080@qq.com>

---------

Signed-off-by: Br1an67 <932039080@qq.com>
2026-03-02 12:55:17 +01:00
..