-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
Closed
Closed
Copy link
Labels
Description
pandas/pandas/io/excel/_base.py
Lines 762 to 766 in e8093ba
Default is to use : | |
* xlwt for xls | |
* xlsxwriter for xlsx if xlsxwriter is installed otherwise openpyxl | |
* odf for ods. | |
See DataFrame.to_excel for typical usage. |
The list is not shown in the sphinx output. But I am not a sphinx expert so I don't know the solution.
There are some more problems with that section.
- The DataFrame.to_excel should be formated as code and as a link to the relevant doc section.
- The three terms "xls", "xlsx" and "ods" should be rename into "xls files", "xlsx files" and "ods files".
- The suggested modules ("xlwt", "xlsxwriter", "openpyxl", "odf") should be formated as
code
. - The three modules should also point to there related package. e.g. "
odf
(packageodfpy
) for ods files".