Skip to content

Commit 1fee25c

Browse files
authored
Update install.rst to match the newest code (#57081)
* Update install.rst to match the newest code * Update pyproject.toml * Update install.rst * Update pyproject.toml * Update install.rst * Update install.rst
1 parent 84cd03a commit 1fee25c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

doc/source/getting_started/install.rst

+5-4
Original file line numberDiff line numberDiff line change
@@ -277,11 +277,12 @@ Installable with ``pip install "pandas[excel]"``.
277277
========================= ================== =============== =============================================================
278278
Dependency Minimum Version pip extra Notes
279279
========================= ================== =============== =============================================================
280-
xlrd 2.0.1 excel Reading Excel
281-
xlsxwriter 3.0.5 excel Writing Excel
282-
openpyxl 3.1.0 excel Reading / writing for xlsx files
280+
xlrd 2.0.1 excel Reading for xls files
281+
xlsxwriter 3.0.5 excel Writing for xlsx files
282+
openpyxl 3.1.0 excel Reading / writing for Excel 2010 xlsx/xlsm/xltx/xltm files
283283
pyxlsb 1.0.10 excel Reading for xlsb files
284-
python-calamine 0.1.7 excel Reading for xls/xlsx/xlsb/ods files
284+
python-calamine 0.1.7 excel Reading for xls/xlsx/xlsm/xlsb/xla/xlam/ods files
285+
odfpy 1.4.1 excel Reading / writing for OpenDocument 1.2 files
285286
========================= ================== =============== =============================================================
286287

287288
HTML

0 commit comments

Comments
 (0)