TIWCGJQCustomSpreadSheet.Export(string,TIWCGJQSpreadSheetDataType,Boolean) Method

Export the data to file.

Namespace: IWCGJQSpreadSheet
public
 procedure Export(const AFileName: string; ADataType: TIWCGJQSpreadSheetDataType = jqssdtJSON; const ATrimEmptyCells: Boolean = False);

Parameters

AFileName
Type: string

Absolute path of file .

ADataType
Type: TIWCGJQSpreadSheetDataType

Type of exported data.

ATrimEmptyCells
Type: Boolean

Default: false - If true, the empty cells will not exported.