Interface SpreadsheetTemplate
-
- All Known Implementing Classes:
SpreadsheetExportTemplate
public interface SpreadsheetTemplateProvides a cell data template for an Excel file.- Since:
- 2.3.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataTemplategetDataTemplate()Returns theDataTemplateto represent a cell data template in an Excel file.
-
-
-
Method Detail
-
getDataTemplate
DataTemplate getDataTemplate()
Returns theDataTemplateto represent a cell data template in an Excel file.
-
-