save_data property

save_data property

True if the external data fetched over the connection to populate a table is to be saved with the workbook; otherwise, false.

Definition:

@property
def save_data(self):
    ...
@save_data.setter
def save_data(self, value):
    ...

See Also