Search

Open Excel File

Last Updated: May 10, 2022

Articles

Use this function to open the file specified in the path. The supported formats are .xls, .xlsx, .xlsm, and .csv.

Syntax

Open Excel File(file_path)

Parameters

Input Parameter Name Description
file_path Path of the file to be opened

Sample

Open Excel File(C:\TrainingExcel.xls)

  • Opens the excel file at C:\TrainingExcel.xls.

To view all the Excel functions, click here.

Did you find what you were looking for?