Aspose::Cells::IFilePathProvider::GetFullName method

IFilePathProvider::GetFullName method

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.

virtual U16String Aspose::Cells::IFilePathProvider::GetFullName(const U16String &sheetName)=0
ParameterTypeDescription
sheetNameconst U16String&Worksheet name

ReturnValue

the full path of the file

See Also