Expose Excel image placement options#131
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 10a21a32ec
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
|
||
| /// <summary>How a range-anchored image behaves when cells move or resize.</summary> | ||
| [Parameter] | ||
| public ExcelImagePlacement Placement { get; set; } = ExcelImagePlacement.MoveAndSize; |
There was a problem hiding this comment.
Update OfficeIMO.Excel package for placement APIs
In a normal package-based build (UseOfficeIMOProjectReferences is false unless a full sibling OfficeIMO checkout exists), PSWriteOffice.csproj still pins OfficeIMO.Excel 0.6.47, but this change now references ExcelImagePlacement and the new image placement overloads that are not available from that package. A clean CI/release checkout without the local OfficeIMO PR branch will fail to compile before tests run; please bump the package dependency or otherwise gate these APIs in the same change.
Useful? React with 👍 / 👎.
Summary
Validation
Dependency
Depends on EvotecIT/OfficeIMO#1993 for the new OfficeIMO.Excel image placement APIs. Package-mode CI may need a new OfficeIMO.Excel package before this PR can go green without project references.