com.aspose.cells

Interface IFilePathProvider

  • public interface IFilePathProvider 

Represents the exported file path provider.

Method Summary
abstract java.lang.StringgetFullName(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