jscript之OpenanExcelSpreadsheet_javascript技巧
时间:2021-07-01 10:21:17
帮助过:51人阅读
Description
Demonstration script that opens an existing Excel spreadsheet
named C:\Scripts\New_users.xls.
代码如下:
Set objExcel = CreateObject("Excel.Application")
Set objWorkbook = objExcel.Workbooks.Open("C:\Scripts\New_users.xls")