-
-
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
How do I locate a picture in a cell?请问如何定位到单元格中的图片? #1218
Comments
Thanks for your issue. As the documentation noticed, only the tail continuously empty cell will be skipped, and currently just support to get pictures by known specified cel. |
你可以使用此函数 func (f *File) GetPicture(sheet, cell string) (string, []byte, error) 来进行判断 |
谢谢。它这个只能在指定单元格获取图片,也就是只能通过循环所有单元格范围了。
|
- Introduce new exported function GetPictureCells - Upgrade dependencies module golang.org/x/net from 0.16.0 to 0.17.0 - Update unit tests
Do you have "usedrange" like "vba"?
getrows can't get consecutive empty cells?
1.请问有类似vba那种,取得使用单元格的区域usedrange?我看到issue里好像连续空单元格getrows就取不到么?
I inserted an image in cell B2, how can I use a loop to find it in cell B2?
2.在B2单元格插入了图片,我要怎么利用循环查出它在B2?
thank you.
The text was updated successfully, but these errors were encountered: