We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pip install odfpy
1 parent acd2f5f commit 42b0b7aCopy full SHA for 42b0b7a
doc/source/user_guide/io.rst
@@ -3833,7 +3833,7 @@ OpenDocument Spreadsheets
3833
The io methods for `Excel files`_ also support reading and writing OpenDocument spreadsheets
3834
using the `odfpy <https://pypi.org/project/odfpy/>`__ module. The semantics and features for reading and writing
3835
OpenDocument spreadsheets match what can be done for `Excel files`_ using
3836
-``engine='odf'``.
+``engine='odf'``. The optional dependency 'odfpy' needs to be installed.
3837
3838
The :func:`~pandas.read_excel` method can read OpenDocument spreadsheets
3839
0 commit comments