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 57c1a08Copy full SHA for 57c1a08
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'``. ``pip install odfpy`` may be required, if is not already installed.
3837
3838
The :func:`~pandas.read_excel` method can read OpenDocument spreadsheets
3839
0 commit comments