jscript之Open an Excel Spreadsheet分享


Description

Demonstration script that opens an existing Excel spreadsheet
named C:ScriptsNew_users.xls.

代码如下:
Set objExcel = CreateObject(“Excel.Application”)
Set objWorkbook = objExcel.Workbooks.Open(“C:ScriptsNew_users.xls”)

—-想了解更多的linux相关异常处理怎么解决关注<计算机技术网(www.ctvol.com)!!>



本文来自网络收集,不代表计算机技术网立场,如涉及侵权请联系管理员删除。

ctvol管理联系方式QQ:251552304

本文章地址:https://www.ctvol.com/jspttutorial/66779.html

(0)
上一篇 2020年4月17日
下一篇 2020年4月17日

精彩推荐