Skip to content

Write Table to an Excel file #139

@lars-reimann

Description

@lars-reimann

Is your feature request related to a problem?

If we can create a Table from an Excel file (#138), we should also be able to create an Excel file for the Table.

Desired solution

A new method in the Table class:

class Table:
   def to_excel_file(self, path: str) -> None:
      ...

Possible alternatives (optional)

No response

Screenshots (optional)

No response

Additional Context (optional)

Metadata

Metadata

Labels

Type

No type

Projects

Status

✔️ Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions