Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Export data to Ecel.
Syntax
client public static void exportExcel(
str _filename,
CLRObject _dataSourceName,
Map _fieldFullyQualifiedNameValue,
[boolean _openExcel])
Run On
Client
Parameters
- _filename
Type: str
File name.
- _dataSourceName
Type: CLRObject Class
Data source name.
- _fieldFullyQualifiedNameValue
Type: Map Class
Key value pair of filter collection.
- _openExcel
Type: boolean
Whether to open Excel.