Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug with RdRichValueWebImagePart of Open XML SDK #1758

Open
seanblac8 opened this issue Jul 25, 2024 · 0 comments
Open

Bug with RdRichValueWebImagePart of Open XML SDK #1758

seanblac8 opened this issue Jul 25, 2024 · 0 comments
Assignees

Comments

@seanblac8
Copy link

Describe the bug
If I use Open XML SDK 3.02 to read a xlsx file, /xl/richData/rdRichValueWebImage.xml of xlsx file is a DocumentFormat.OpenXml.Packaging.ExtendedPart instead of RdRichValueWebImagePart.

The workbook has _webimages, but the workbookPart.RdRichValueWebImagePart is null.

Screenshots
If applicable, add screenshots to help explain your problem.
image

To Reproduce
// Please add a self-contained, minimum viable repro of the issue.
// If you require external resources, please provide a gist or GitHub repro
// An Xunit style test is preferred, but a console application would work too.

Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Observed behavior
A clear and concise description of what you expected to happen.

Expected behavior
A clear and concise description of what you expected to happen.

Desktop (please complete the following information):

  • OS: [e.g. Windows]
  • Office version [e.g. 16.0.15427.20178]
  • .NET Target: (e.g. .NET Framework, .NET Core, UWP, Xamarin...)
  • DocumentFormat.OpenXml Version: (e.g. 2.11.0)

Additional context
Add any other context about the problem here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants