举例来说:
dr("领导职数_正处级_实配数") = sheet(4,6).text
如果sheet(4,6)为空,上面的代码肯定出错,因为“领导职数_正处级_实配数”是数值列。
应该:
if sheet(4,6).text >"" then
end if