Skip to content

Add an API to create an Excel Table #103

Description

@jnothman

Tables provide benefits such as:

  • styling with banded rows
  • quick filtering, pivot tables and slicers
  • column referencing in formulas

Possible API adding as_table to to_excel:

  • .to_excel(..., as_table=True):
  • .to_excel(..., as_table={"name": "TableStyleMedium9", showRowStripes=True}): same, but with a TableStyleInfo set.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions