Class SpreadsheetExportTemplate

  • All Implemented Interfaces:
    SpreadsheetTemplate

    public final class SpreadsheetExportTemplate
    extends java.lang.Object
    implements SpreadsheetTemplate
    Specifies a spreadsheet template configuration for exporting data to an Excel file.
    Since:
    2.3.0
    • Constructor Detail

      • SpreadsheetExportTemplate

        public SpreadsheetExportTemplate()
    • Method Detail

      • getTitleTemplate

        public TitleTemplate getTitleTemplate()
        Returns the TitleTemplate instance to represent the title template. This can include a title's starting position and text style in the exported file.
      • setTitleTemplate

        public void setTitleTemplate​(TitleTemplate titleTemplate)
        Sets the TitleTemplate instance to represent the title template. This can include a title's starting position and text style in the exported file.
      • getSubtitleTemplate

        public SubtitleTemplate getSubtitleTemplate()
        Returns the SubtitleTemplate instance to represent the subtitle template. This can include a subtitle's starting position and text style in the exported file.
      • setSubtitleTemplate

        public void setSubtitleTemplate​(SubtitleTemplate subtitleTemplate)
        Sets the SubtitleTemplate instance to represent the subtitle template. This can include a subtitle's starting position and text style in the exported file.
      • getColumnTitleTemplate

        public DataTemplate getColumnTitleTemplate()
        Returns the DataTemplate instance to represent the column title template. This can include the header's starting position and text style in the exported file.
      • setColumnTitleTemplate

        public void setColumnTitleTemplate​(DataTemplate columnTitleTemplate)
        Sets the DataTemplate instance to represent the column title template. This can include the header's starting position and text style in the exported file.
      • setDataTemplate

        public void setDataTemplate​(DataTemplate dataTemplate)
        Sets the DataTemplate instance to represent the data template. This can include the data starting position and text style in the exported file.
      • isTableBorderUsed

        public boolean isTableBorderUsed()
        Returns true if a border is used for exported data.
      • setTableBorderUsed

        public void setTableBorderUsed​(boolean tableBorderUsed)
        Sets whether a border is used for exported data.