add method

add

Adds an external link.

Returns

The position of the external name in this list.

def add(self, file_name, sheet_names):
    ...
ParameterTypeDescription
file_namestrThe external file name.
sheet_nameslistAll sheet names of the external file.

add

Add an external link .

Returns

The position of the external name in this list.

def add(self, directory_type, file_name, sheet_names):
    ...
ParameterTypeDescription
directory_typeDirectoryTypeThe directory type of the file name.
file_namestrthe file name.
sheet_nameslistAll sheet names of the external file.

See Also