diff --git a/doc/source/user_guide/io.rst b/doc/source/user_guide/io.rst index 677be7bf29479..6e47ec4e4aa03 100644 --- a/doc/source/user_guide/io.rst +++ b/doc/source/user_guide/io.rst @@ -3833,7 +3833,7 @@ OpenDocument Spreadsheets The io methods for `Excel files`_ also support reading and writing OpenDocument spreadsheets using the `odfpy `__ module. The semantics and features for reading and writing OpenDocument spreadsheets match what can be done for `Excel files`_ using -``engine='odf'``. +``engine='odf'``. The optional dependency 'odfpy' needs to be installed. The :func:`~pandas.read_excel` method can read OpenDocument spreadsheets