当前位置:编程学习 > JS >>

jscript之Open an Excel Spreadsheet

答案: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")

上一个:Add Formatted Text to a Word Document
下一个:excel操作之Add Data to a Spreadsheet Cell

CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,