页面导航: 首页网络编程JavaScript应用技巧 → 正文内容 excel操作之Add Data to a Spreadsheet Cell

excel操作之Add Data to a Spreadsheet Cell

发布:dxy 字体:[增加 减小] 类型:转载
Script Code

Set objExcel = CreateObject("Excel.Application") 
objExcel.Visible = True 
objExcel.Workbooks.Add 
objExcel.Cells(1, 1).Value = "Test value" 
浏览次数:载入中... 打印本文关闭本文返回首页
·在百度中搜索关于“excel操作之Add Data to a Spreadsheet Cell”相关内容

文章评论

共有 位脚本之家网友发表了评论我来说两句

同 类 文 章
最 近 更 新
热 点 排 行