Interface RWExcelExportSettings

    • Method Detail

      • setExcelVersion

        void setExcelVersion​(java.lang.String version)
        Excel version
        This must be a value from EnumExcelVersion
      • getExcelVersion

        java.lang.String getExcelVersion()
      • setRange

        void setRange​(int exportRange)
        Sets the export range. 0=All layouts; 1=Current layout
        Parameters:
        exportRange -
      • getRange

        int getRange()
      • setAddOfficeCommentBlock

        void setAddOfficeCommentBlock​(boolean value)
        Whether to generate the comment block for MicroStrategy Office
        Parameters:
        value - Whether to generate the comment block for MicroStrategy Office
      • getAddOfficeCommentBlock

        boolean getAddOfficeCommentBlock()
      • setEmbedGraphs

        void setEmbedGraphs​(boolean value)
        Whether to embed the graphs on the Excel output.
        Overwrites the document property
        Parameters:
        value - Whether to embed the graphs on the Excel output
      • setEmbedImages

        void setEmbedImages​(boolean value)
        Whether to embed the images on the Excel output.
        Overwrites the document property
      • setAutoSize

        void setAutoSize​(boolean value)
        Whether to generate the auto size for the Excel output.
        Overwrites the document property
        Parameters:
        value - Whether to generate the comment block for MicroStrategy Office