Click or drag to resize
ProductTopSellersReportExportToExcel Method
Exports the content of this report to a file. The content is saved as comma-separated values (csv) which is a format suited to be opened in e.g. Excel. The actual separator is semicolon instead of comma, since some localized versions of Excel uses comma as decimal symbol.

Namespace:  Apptus.ESales.Connector.Report
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.4.1
Syntax
C#
public override void ExportToExcel(
	FileInfo file
)

Parameters

file
Type: System.IOFileInfo
See Also