手机
当前位置:查字典教程网 >编程开发 >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使用addEventListener添加事件监听用法实例

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

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

Jquery zTree 树控件异步加载操作

网页常用特效代码整理

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

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

VBScript版代码高亮

javascript实现在网页任意处点左键弹出隐藏菜单的方法

精品推荐
分类导航