Skip to content

Commit

Permalink
Update excel.md
Browse files Browse the repository at this point in the history
the library name is xlsx2csv
  • Loading branch information
0siride authored Nov 28, 2023
1 parent 1bb3a30 commit 97f243a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user-guide/io/excel.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ To read Excel files, we must install either the (default) xls2csv library or one
=== ":fontawesome-brands-python: Python"

```shell
$ pip install xls2csv openpyxl pyxlsb
$ pip install xlsx2csv openpyxl pyxlsb
```

The default Excel reader is xls2csv.
Expand Down

0 comments on commit 97f243a

Please sign in to comment.