get_full_name method

get_full_name(self, sheet_name)

Gets the full path of the file by Worksheet name when exporting Worksheet to html separately. So the references among the Worksheets can be exported correctly.

Returns

the full path of the file


def get_full_name(self, sheet_name):
    ...
ParameterTypeDescription
sheet_nameSystem.StringWorksheet name

See Also