Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们在大约 20 个项目中使用 John Machin 的xlrd 0.7.1 来读取 Excel 电子表格。更新到最新版本 (0.9.2) 是否可以开箱即用,或者是否存在我们应该计划的已知不兼容性?
xlrd根据(在他今天(2013-04-29)发送到python-excel邮件列表的消息中)的维护者之一 Chris Withers 所说:
xlrd
python-excel
[0.6 和 0.9 之间的唯一 API 变化是删除了 open_workbook 的 'pickleable' 参数。然而,这个被删除了,因为它已经很长时间没有工作了。... 为 0.6.x 编写的应用程序在使用 0.9.2 时仍然可以正常工作。
我希望您现在所拥有的一切都可以使用最新的xlrd.