jscript之Open an Excel Spreadsheet

Description

Demonstration script that opens an existing Excel spreadsheet 
named C:ScriptsNew_users.xls. 

Set objExcel = CreateObject("Excel.Application")
Set objWorkbook = objExcel.Workbooks.Open("C:ScriptsNew_users.xls")