首页 > 开发 > JS > 正文

excel操作之Add Data to a Spreadsheet Cell

2024-09-06 12:42:11
字体:
来源:转载
供稿:网友
Script Code

代码如下:
Set objExcel = CreateObject("Excel.Application") 

objExcel.Visible = True 
objExcel.Workbooks.Add 
objExcel.Cells(1, 1).Value = "Test value" 
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表