excel操作之Add Data to a Spreadsheet Cell


Script Code

复制代码 代码如下:

Set objExcel = CreateObject("Excel.Application")

objExcel.Visible = True
objExcel.Workbooks.Add
objExcel.Cells(1, 1).Value = "Test value"

« 
» 
快速导航

Copyright © 2016 phpStudy | 豫ICP备2021030365号-3