load_options property

load_options property

Load options for loading the spreadsheet that will be split.

Definition:

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

See Also