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")

以上就是【javascript之Open an Excel Spreadsheet】的全部内容了,欢迎留言评论进行交流!

赞(0) 踩(0)

与本文相关的软件

发表我的评论

最新评论

  1. 暂无评论