Click or drag to resize

APIExcelSaveAsCSV Method

Saves specified Excel file contents in specified Sheet as a .csv file.

Namespace:  AppRobotic
Assembly:  AppRobotic (in AppRobotic.dll) Version: 15.21.3.21 (15.21.03.21)
Syntax
C#
public string ExcelSaveAsCSV(
	Object PathToExcelFile,
	Object SheetName,
	Object PathToOutputCSVFile
)

Parameters

PathToExcelFile
Type: SystemObject
File path to the Excel file.
SheetName
Type: SystemObject
Specify either a blank ("") for 1st found Sheet in the Workbook by default, or the Sheet name.
PathToOutputCSVFile
Type: SystemObject
File path where the new .csv file should be created.

Return Value

Type: String
Returns string containing 'success' or error message.
See Also