ReqDemPlanExcelFileHelper::openExcelFile Method [AX 2012]

Opens given Excel file.

client public static boolean openExcelFile(str _filePath)

Run On

Client

Parameters

_filePath
Type: str
The Excel file path.

Return Value

Type: boolean
true if the file was opened correctly; otherwise, false.
Show: