Skip to content

DOC: Malformed list in sphinx output and other problems with "ExcelWriter" doc #47526

Closed
@buhtz

Description

@buhtz

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 (package odfpy) for ods files".

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions