-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
feat: Add a GetPicutreCells function #1634
Conversation
I could really use this functionality as well! |
When will this commit can be merged? 🤣 |
Thanks for your pull request. I need some time to review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the late reply. I've left some comments.
Codecov Report
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. @@ Coverage Diff @@
## master #1634 +/- ##
==========================================
+ Coverage 98.99% 99.02% +0.02%
==========================================
Files 32 32
Lines 27587 27641 +54
==========================================
+ Hits 27311 27371 +60
+ Misses 183 179 -4
+ Partials 93 91 -2
Flags with carried forward coverage won't be shown. Click here to find out more.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks for your contribution. I have made some changes based on your branch. This feature will be released in the next version.
- Introduce new exported function GetPictureCells - Upgrade dependencies module golang.org/x/net from 0.16.0 to 0.17.0 - Update unit tests
PR Details
Description
When I import an xlsx, I need to go through all the cells to get the pictures, each call to the getPicture function traverses all the pictures, why not just provide a way to get all the pictures at once.
Related Issue
Motivation and Context
How Has This Been Tested
Types of changes
Checklist