手机
当前位置:查字典教程网 >编程开发 >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】相关文章:

JS实现上下左右对称的九九乘法表

由ReactJS的Hello world说开来

javaScript中slice函数用法实例分析

仅30行代码实现Javascript中的MVC

JS控制表格隔行变色

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

网页制作常用Javascript语句

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

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

浅谈jQuery中replace()方法

精品推荐
分类导航