Skip to content

Commit

Permalink
Update docs/source/user-guide/io/excel.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-beedie authored Nov 8, 2024
1 parent 9500e57 commit 5f082af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/user-guide/io/excel.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Polars does not have a native Excel reader. Instead, it uses an external library
- xlsx2csv: This reader parses the .xlsx file to an in-memory CSV that Polars then reads with its own CSV reader.
- openpyxl: Typically slower than xls2csv, but can provide more flexibility for files that are difficult to parse.

We recommend working with the default fastexcel engine. The xlsx2csv and openpyxl engines are slower but do have more features for parsing tricky data. These engines may be helpful if the fastexcel reader does not work for a specific Excel file.
We recommend working with the default fastexcel engine. The xlsx2csv and openpyxl engines are slower but may have more features for parsing tricky data. These engines may be helpful if the fastexcel reader does not work for a specific Excel file.

To use one of these engines, the appropriate Python package must be installed as an additional dependency.

Expand Down

0 comments on commit 5f082af

Please sign in to comment.