GraphKey.app.modules.data_import.edit_data
index

 
Modules
       
logging
os
psutil
subprocess

 
Classes
       
builtins.object
DataEdit

 
class DataEdit(builtins.object)
    DataEdit(file_path: str)
 
This class is designed to open the file within Excel straight from the application.
 
  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)