摘要:
(转)------------------------------------------- 1、例子解析 for i := 0 to xls.Sheets[m].lastrow do //**** i定义的是行,lastrow是最大行号,是从0开始的行号,而不是 行数,如按count计算会少计算一行。 for j := 0 to xls.Sheets[m].LastCol do //****j... 阅读全文
posted @ 2011-04-12 08:24
D10.天地弦
阅读(851)
评论(0)
推荐(0)