Interface SpreadsheetTemplate
- All Known Implementing Classes:
SpreadsheetExportTemplate
public interface SpreadsheetTemplate
Provides a cell data template for an Excel file.
- Since:
- 2.3.0
-
Method Summary
Modifier and TypeMethodDescriptionReturns theDataTemplate
to represent a cell data template in an Excel file.
-
Method Details
-
getDataTemplate
DataTemplate getDataTemplate()Returns theDataTemplate
to represent a cell data template in an Excel file.
-