Skip to content

Create a Table from an Excel file #138

@lars-reimann

Description

@lars-reimann

Is your feature request related to a problem?

Tabular data is often stored in Excel files. We are currently not able to create a Table from them directly.

Desired solution

Add a new method to the Table class:

class Table:
    @staticmethod
    def from_excel_file(path: str) -> Table:
       ...

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