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

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

CSS+JS实现点击文字弹出定时自动关闭DIV层菜单的方法

javascript实现十秒钟后注册按钮可点击的方法

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

VBScript版代码高亮

探索angularjs+requirejs全面实现按需加载的套路

超级强大的表单验证

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

限制复选框的最大可选数

IP地址输入框

精品推荐
分类导航