Search
ExcelExporter.setTemplatePath Method
See Also
 

Sets the full path to the 'ExcelTemplate.xlt' template file.

Namespace: com.mindfusion.diagramming.export
Package: com.mindfusion.diagramming.export

 Syntax

Java  Copy Code

public void setTemplatePath (
    String value
)

 Parameters

value

A string specifying the full path to the 'ExcelTemplate.xlt' template file.

 See Also