-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Description
GetPictures cannot retrieve images containing 'alt text'
Steps to reproduce the issue
- insert picture place in cell
- add Alt Text, and/or "Mark as decorative"
f.GetPictures("Sheet1", "A1")
return empty
The generated XML:
add Alt Text: <rv s="0"> <v>0</v> <v>5</v> <v>3D Glasses</v> </rv>
Mark as decorative: <rv s="0"> <v>1</v> <v>6</v> <v xml:space="preserve">Nice Team Sasquatch </v> </rv>
The code implementation requirements are: len (rv)==2&&rv [1]=="5"
Describe the results you received
GetPictures return empty
Describe the results you expected
GetPictures return like other picture.
Go version
1.24.2
Excelize version or commit ID
2.9.1
Environment
Linux
Validations
- Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
- The provided reproduction is a minimal reproducible example of the bug.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request