摘要:
一个简单的例子,Web从excel中读取内容:<%Set xlApp = server.CreateObject("Excel.Application")strsource = "f:\1dw\cl\汉字库.xls"Set xlbook = xlApp.Workbooks.Open(strsource)Set xlsheet = xlbook.Worksheets(1)i=1response... 阅读全文
posted @ 2010-10-16 18:53 voiow 阅读(771) 评论(0) 推荐(0) 编辑