手机
当前位置:查字典教程网 >编程开发 >Javascript教程 >Add Formatted Data to a Spreadsheet
Add Formatted Data to a Spreadsheet
摘要:ScriptCode复制代码代码如下:SetobjExcel=CreateObject("Excel.Application")objExc...

ScriptCode

复制代码 代码如下:

SetobjExcel=CreateObject("Excel.Application")

objExcel.Visible=True

objExcel.Workbooks.Add

objExcel.Cells(1,1).Value="Testvalue"

objExcel.Cells(1,1).Font.Bold=TRUE

objExcel.Cells(1,1).Font.Size=24

objExcel.Cells(1,1).Font.ColorIndex=3

【Add Formatted Data to a Spreadsheet】相关文章:

JavaScript实现鼠标点击后层展开效果的方法

发现的以前不知道的函数

jQuery实现返回顶部效果的方法

限制复选框的最大可选数

在JavaScript的正则表达式中使用exec()方法

VBScript版代码高亮

JS+DIV实现鼠标划过切换层效果的方法

JQuery中attr方法和removeAttr方法用法实例

JavaScript使用addEventListener添加事件监听用法实例

js判断鼠标位置是否在某个div中的方法

精品推荐
分类导航