excel操作之Add Data to a Spreadsheet Cell
摘要:ScriptCode复制代码代码如下:SetobjExcel=CreateObject("Excel.Application")objExc...
ScriptCode
复制代码 代码如下:
SetobjExcel=CreateObject("Excel.Application")
objExcel.Visible=True
objExcel.Workbooks.Add
objExcel.Cells(1,1).Value="Testvalue"
【excel操作之Add Data to a Spreadsheet Cell】相关文章:
★ JavaScript Base64编码和解码,实现URL参数传递。
★ Node.js的MongoDB驱动Mongoose基本使用教程