Uses of Class
com.sas.servlet.commands.olap.export.BaseOLAPExportCommand

Packages that use BaseOLAPExportCommand
com.sas.servlet.commands.olap.export Commands to export multidimensional data (usually named OLAP data) from within a web application to MS Excel. 
 

Uses of BaseOLAPExportCommand in com.sas.servlet.commands.olap.export
 

Subclasses of BaseOLAPExportCommand in com.sas.servlet.commands.olap.export
 class OLAPExportToCSVCommand
          Command to export to MS Excel multidimensional data as a stream of Comma Separated Values (CSV).
 class OLAPExportToExcelXMLCommand
          Command to export to MS Excel multidimensional data as an MS Excel XML stream of data.
 class OLAPExportToHTMLCommand
          Command to export to MS Excel multidimensional data as HTML text.
 class OLAPExportToTabSeparatedCommand
          Command to export to MS Excel multidimensional data as a stream of Tab Separated Values (TSV).
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.