如何使用 python xlrd 从 Excel 工作表中检索图像

发布于 2024-10-06 16:21:02 字数 203 浏览 5 评论 0原文

我正在使用 xlrd python excel 库 python-excel。我可以很好地阅读我的 Excel 工作簿(我必须说他们的教程非常好)。但我无法检索存储在工作表中的图像,这让我很沮丧。

任何从工作表中检索图像的 Python 方法都将受到赞赏 谢谢

I am using the xlrd python excel library python-excel. I can read my excel workbook allright (I must say their tutorials are pretty good). BUT I can't retrieve an image stored in a worksheet and thats killing me.

ANY Python method on retrieving an image from a worksheet would be appreciated
Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

小忆控 2024-10-13 16:21:02

抱歉,我认为 xlrd 无法做到这一点。您可以使用 xlwt 嵌入图像,但无法在 xlrd 中检索图表、图像等对象...

您必须在 python-excel列表,在那里询问。

Sorry, I don't think xlrd is able to do so. You can embed an image with xlwt, but can't retrieve objects like charts, images and so on in xlrd...

You will have to confirm on the python-excel list, ask there.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文