Interface IFilePathProvider
Interface IFilePathProvider
Namespace: Aspose.Cells
Assembly: Aspose.Cells.dll (25.2.0)
Represents the exported file path provider.
public interface IFilePathProvider
Methods
GetFullName(string)
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.
string GetFullName(string sheetName)
Parameters
sheetName
string
Worksheet name
Returns
the full path of the file