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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions