***  This package is subject to change.  ***

Note:
Extension of the classes in this package is prohibited unless otherwise documented. Similarly, extension or implementation of the interfaces in this package is prohibited except as documented.

Package com.sas.servlet.commands.olap.export

Commands to export multidimensional data (usually named OLAP data) from within a web application to MS Excel.

See:
          Description

Class Summary
BaseOLAPExportCommand Base class for the commands that export multidimensional data.
OLAPExportToCSVCommand Command to export to MS Excel multidimensional data as a stream of Comma Separated Values (CSV).
OLAPExportToExcelXMLCommand Command to export to MS Excel multidimensional data as an MS Excel XML stream of data.
OLAPExportToHTMLCommand Command to export to MS Excel multidimensional data as HTML text.
OLAPExportToTabSeparatedCommand Command to export to MS Excel multidimensional data as a stream of Tab Separated Values (TSV).
 

Package com.sas.servlet.commands.olap.export Description

Commands to export multidimensional data (usually named OLAP data) from within a web application to MS Excel.


***  This package is subject to change.  ***

Note:
Extension of the classes in this package is prohibited unless otherwise documented. Similarly, extension or implementation of the interfaces in this package is prohibited except as documented.



Copyright © 2009 SAS Institute Inc. All Rights Reserved.