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.
我想.fods使用以下命令打开、读取和修改文件pyexcel_ods:
.fods
pyexcel_ods
from pyexcel_ods import get_data codebook_fods = get_data("myfile.fods")
但我只是在NotImplementedError这里。
NotImplementedError
有没有办法在 Python 中做到这一点?
没有关于这个包的文档说它支持.fods文件扩展。正如错误的意思,它可能尚未实施。
你可以在这里阅读更多关于它的信息。
据我所知,对于您尝试打开的文件扩展名,目前还没有 python 实现。