手机
当前位置:查字典教程网 >编程开发 >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实现十秒钟后注册按钮可点击的方法

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

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

COOL而实用的动态效果

JQuery中DOM事件绑定用法详解

JavaScript容易犯错的九个陷阱

jQuery插件实现适用于移动端的地址选择器

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

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

发现的以前不知道的函数

精品推荐
分类导航