com.aspose.cells.IFilePathProvider.html Maven / Gradle / Ivy
IFilePathProvider
com.aspose.cells
Interface IFilePathProvider
public interface IFilePathProvider
Method Summary | ||
---|---|---|
abstract java.lang.String | getFullName(java.lang.String sheetName) | |
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. |
Method Detail |
---|
getFullName | |
public abstract java.lang.String getFullName(java.lang.String sheetName) |
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. - Parameters:
sheetName
- Worksheet name
- Returns:
- the full path of the file
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.