|
Methods defined here:
- __init__(self, file_path: str)
- Initializes the class.
:param file_path: The path to the file to edit
- start_data_editing(self)
- Launches Excel to edit the data file.
- stop_data_editing(self)
- Attempts to close the open Excel file and load the newly changed data back into the app.
:return: The newly imported data.
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
|