-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Labels
good first issueGood for newcomersGood for newcomersreleasedIncluded in a releaseIncluded in a release
Description
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)
- The column names should be added as the first row.
- If Methods that operate on files should be able to handle a
Pathtoo #146 is done before this,pathshould have typestr | Path.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomersreleasedIncluded in a releaseIncluded in a release
Type
Projects
Status
✔️ Done