File tree 1 file changed +5
-4
lines changed
doc/source/getting_started
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -277,11 +277,12 @@ Installable with ``pip install "pandas[excel]"``.
277
277
========================= ================== =============== =============================================================
278
278
Dependency Minimum Version pip extra Notes
279
279
========================= ================== =============== =============================================================
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
283
283
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
285
286
========================= ================== =============== =============================================================
286
287
287
288
HTML
You can’t perform that action at this time.
0 commit comments