我看到有两个库可以使用:pyexcel_ods3
和pyexcel_ods
. 我试着用
pyexcel_ods.Sheet("file.ods")
和
pyexcel_ods.get_book(file_name="file.ods")
但我得到了这些错误:
AttributeError: module 'pyexcel_ods' has no attribute 'Sheet'
AttributeError: module 'pyexcel_ods' has no attribute 'get_book'
你可以帮帮我吗?