手机
当前位置:查字典教程网 >编程开发 >Javascript教程 >jscript之Open an Excel Spreadsheet
jscript之Open an Excel Spreadsheet
摘要:DescriptionDemonstrationscriptthatopensanexistingExcelspreadsheetnamed...

Description

DemonstrationscriptthatopensanexistingExcelspreadsheet

namedC:ScriptsNew_users.xls.

复制代码 代码如下:

SetobjExcel=CreateObject("Excel.Application")

SetobjWorkbook=objExcel.Workbooks.Open("C:ScriptsNew_users.xls")

【jscript之Open an Excel Spreadsheet】相关文章:

Javascript获取统一管理的提示语(message)

JS获取当前脚本文件的绝对路径

JQuery中层次选择器用法实例详解

javascript下使用Promise封装FileReader

Javascript - HTML的request类

JavaScript检查子字符串是否在字符串中的方法

Javascript事件触发列表与解说

JS+CSS实现仿触屏手机拨号盘界面及功能模拟完整实例

由ReactJS的Hello world说开来

JavaScript中停止执行setInterval和setTimeout事件的方法

精品推荐
分类导航