DescriptionDemonstration script that reads the values stored in a spreadsheet named C:\Scripts\New_users.xls. Script Code[code]Set objExcel = CreateObject("Excel.Application")Set objWorkbook = objExcel.Wor...
http://www.jb51.net//article/10314.htm
DescriptionDemonstration script that opens an existing Excel spreadsheet named C:\Scripts\New_users.xls. [code]Set objExcel = CreateObject("Excel.Application")Set objWorkbook = objExcel.Workbooks.Open("C:\Scripts\New_use...
http://www.jb51.net//article/10313.htm
Script Code[code]Const xpRangeAutoFormatList2 = 11 Set objExcel = CreateObject("Excel.Application") objExcel.Visible = True Set objWorkbook = objExcel.Workbooks.Add() Set objWorksheet = objWorkbook.Workshe...
http://www.jb51.net//article/10300.htm
Script Code[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,...
http://www.jb51.net//article/10299.htm
Script Code[code]Set objExcel = CreateObject("Excel.Application") objExcel.Visible = True objExcel.Workbooks.Add objExcel.Cells(1, 1).Value = "Test value" [/code]...
http://www.jb51.net//article/10298.htm
EditGrid网址:http://www.editgrid.com/home有中文版的,感觉现在的产品已经非常重视中文化了,因为中国的网民有着一个不可忽视的数目.试用了一下,感觉界面非常的清新,比较喜欢菜单的样式,有着类似2000界面的简洁.功能方面还不错,更多的大家去尝试就知道了.对着Google干,不知道会是什么结果...大家试目以待吧...当有一天不在需要装软件,因为软件都是在线化,那是什么味道,哈哈....这里还有一份与Google Spreadsheets、Excel 2003、Wikicalc alpha的功能对比表:http://www.editg...
http://www.jb51.net//article/5969.htm
共有:6/10,当前1/1页
[首页] [上一页]
1
[下一页] [尾页]
转到:
