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】相关文章:
★ Node.js的MongoDB驱动Mongoose基本使用教程
★ 让插入到 innerHTML 中的 script 跑起来的实现代码