jscript之OpenanExcelSpreadsheet_javascript技巧
来源:动视网
责编:小采
时间:2020-11-27 20:37:21
jscript之OpenanExcelSpreadsheet_javascript技巧
jscript之OpenanExcelSpreadsheet_javascript技巧:Description Demonstration script that opens an existing Excel spreadsheet named C:\Scripts\New_users.xls. 代码如下:Set objExcel = CreateObject(Excel.Application) Set objWorkbook =
导读jscript之OpenanExcelSpreadsheet_javascript技巧:Description Demonstration script that opens an existing Excel spreadsheet named C:\Scripts\New_users.xls. 代码如下:Set objExcel = CreateObject(Excel.Application) Set objWorkbook =

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")
jscript之OpenanExcelSpreadsheet_javascript技巧
jscript之OpenanExcelSpreadsheet_javascript技巧:Description Demonstration script that opens an existing Excel spreadsheet named C:\Scripts\New_users.xls. 代码如下:Set objExcel = CreateObject(Excel.Application) Set objWorkbook =