Class ExportOptions.ExcelXml

java.lang.Object
com.stimulsoft.report.options.ExportOptions.ExcelXml
Enclosing class:
ExportOptions

public static final class ExportOptions.ExcelXml extends Object
Class for adjustment of the ExcelXml export of a report.
  • Constructor Details

    • ExcelXml

      public ExcelXml()
  • Method Details

    • getDivideBigCells

      public static boolean getDivideBigCells()
      When exporting big cells will be divided into small cells.
    • setDivideBigCells

      public static void setDivideBigCells(boolean value)
    • getAllowFreezePanes

      public static boolean getAllowFreezePanes()
      Gets or sets a value indicating whether it is necessary to use the "Freeze panes" feature of Excel.
    • setAllowFreezePanes

      public static void setAllowFreezePanes(boolean value)