Posted in Javascript onJune 13, 2007
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之Open an Excel Spreadsheet
声明:登载此文出于传递更多信息之目的,并不意味着赞同其观点或证实其描述。
Reply on: @reply_date@
@reply_contents@