Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
Liam Brannigan committed Feb 27, 2024
1 parent 8527e50 commit e76248f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/user-guide/io/excel.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ From a performance perspective, we recommend using other formats if possible, su
## Read

Polars does not have a native Excel reader. Instead, it uses external libraries to parse Excel files into objects that Polars can parse. The available engines are:

- xlsx2csv: this is the current default
- openpyxl: typically slower than xls2csv, but can provide more flexibility for files that are difficult to parse
- pyxlsb: for reading binary Excel files (xlsb)
Expand Down

0 comments on commit e76248f

Please sign in to comment.