如何使用 python xlrd 从 Excel 工作表中检索图像
我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
抱歉,我认为 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.