标签: excel vb.net
我试图了解如何从SQL导入数据,然后将其导出到excel。我遇到了这个函数ExcelColName()。它到底是什么回报?它会返回像B1,A1这样的单元吗?
xlRange = xlwsGroup.Range("A1", ExcelColName(childColCount) & 2)
让我们期望childColCount的值为12. ExcelColName(12)& 2回归?