Add Formatted Data to a Spreadsheet

时间:2007-06-12    点击:160   
Script Code

复制代码 代码如下:

Set objExcel = CreateObject("Excel.Application") 

objExcel.Visible = True 
objExcel.Workbooks.Add 
objExcel.Cells(1, 1).Value = "Test value" 
objExcel.Cells(1, 1).Font.Bold = TRUE 
objExcel.Cells(1, 1).Font.Size = 24 
objExcel.Cells(1, 1).Font.ColorIndex = 3 
iis6+javascript Add an Extension File
一款JavaScript压缩工具:X2JSCompactor
类之Prototype.js学习
JavaScript语法着色引擎(demo及打包文件下载)
Apply an AutoFormat to an Excel Spreadsheet
> 返回     
地址:上海市普陀区胶州路941号长久商务中心 电话: QQ:
© Copyright 2012 上海网络 Product All Rights Reserved