|
104 | 104 | engine : str, default None
|
105 | 105 | If io is not a buffer or path, this must be set to identify io.
|
106 | 106 | Acceptable values are None, "xlrd", "openpyxl", "odf", or "pyxlsb".
|
107 |
| - File compatibility: |
| 107 | + Engine compatibility: |
108 | 108 | "xlrd" supports most old/new Excel file formats.
|
109 | 109 | "openpyxl" engine supports newer Excel file formats.
|
110 | 110 | "odf" engine supports OpenDocument file formats (.odf, .ods, .odt).
|
@@ -799,9 +799,8 @@ class ExcelFile:
|
799 | 799 | .xls, .xlsx, .xlsb, .xlsm, .odf, .ods, or .odt file.
|
800 | 800 | engine : str, default None
|
801 | 801 | If io is not a buffer or path, this must be set to identify io.
|
802 |
| - Acceptable values are None, ``xlrd``, ``openpyxl``, |
803 |
| - ``odf``, or ``pyxlsb``. |
804 |
| - File compatibility: |
| 802 | + Acceptable values are None, ``xlrd``, ``openpyxl``, ``odf``, or ``pyxlsb``. |
| 803 | + Engine compatibility: |
805 | 804 | ``xlrd`` supports most old/new Excel file formats.
|
806 | 805 | ``openpyxl`` engine supports newer Excel file formats.
|
807 | 806 | ``odf`` engine supports OpenDocument file formats (.odf, .ods, .odt).
|
|
0 commit comments