IFilePathProvider

public interface IFilePathProvider

Represents the exported file path provider.

Methods

MethodDescription
getFullName(String sheetName)Gets the full path of the file by Worksheet name when exporting Worksheet to html separately.

getFullName(String sheetName)

public abstract String getFullName(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:

ParameterTypeDescription
sheetNamejava.lang.StringWorksheet name

Returns: java.lang.String - the full path of the file