Closed
Description
pandas/pandas/io/excel/_base.py
Lines 762 to 766 in e8093ba
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".