APIExcelCreateFile Method |
Creates a new Excel file at the specified file path.
Namespace:
AppRobotic
Assembly:
AppRobotic (in AppRobotic.dll) Version: 15.21.3.21 (15.21.03.21)
Syntax public string ExcelCreateFile(
Object PathToNewExcelFile
)
Parameters
- PathToNewExcelFile
- Type: SystemObject
File path where Excel file will be create.
Return Value
Type:
StringReturns string containing 'success' or error message.
See Also