Search

Open Excel

Last Updated: Dec 1, 2020

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_path)

Parameters

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

Sample

Open Excel(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?