Guidance
指路人
g.yi.org
Software / Reginald / Examples / repository / Office / Excel / AddData.rex

Register 
注册
Search 搜索
首页 
Home Home
Software
Upload

  
/* Adds the words "Test Value" to cell 1,1 in a new spreadsheet */
objexcel = createcomobject("Excel.Application")
objexcel~visible = true
workbooks = objexcel~workbooks
workbooks~add()
cell = objexcel~cells(1, 1)
cell~value = "Test value"
掌柜推荐
 
 
 
 
 
 
 
 
 
 
 
 
© Thu 2024-5-9  Guidance Laboratory Inc.
Email:webmaster1g.yi.org Hits:0 Last modified:2010-07-16 20:49:16