convert method

convert

Converts Excel files to other formats.

def convert(self, source, save_as):
    ...
ParameterTypeDescription
sourcestrThe source file name.
save_asstrThe file name of expected file.

convert

Converts Excel files to other formats.

def convert(self, source, load_options, save_as, save_options):
    ...
ParameterTypeDescription
sourcestrThe source file name.
load_optionsLoadOptionsThe options of loading the source file.
save_asstrThe file name of expected file.
save_optionsSaveOptionsThe options of saving the file.

See Also