pwSaveDataSetToFile


 pwSaveDataSetToFile(dataSet, model, filename)

 Saves a data set either to a text file with
 extension *.txt or *.data or to a xls file
 with extension *.xls.

 

Arguments for pwSaveDataSetToFile

 dataSet   If unspecified, the data set of the current data set of the
           highest selected model-data-couple is used
 model     The model is needed e.g. for the uIDs
 filename  If no filename is given, a file saving dialog will be shown.

 

Description

 If no Excel COM server is available, *.xls will be saved
 with csv format (see xlswrite).

See also

pwSaveDataSets