IFilePathProvider
public interface IFilePathProvider
Represents the exported file path provider.
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
sheetName | java.lang.String | Worksheet name |
Returns: java.lang.String - the full path of the file