51Testing软件测试论坛

标题: QTP 导出datatable数据到excel [打印本页]

作者: sunbn1409    时间: 2010-9-10 14:44
标题: QTP 导出datatable数据到excel
代码运行过程中将数据写到datatable里面,之后通过exportsheet 导出datatable到excel报错:A general error occured while exporting the sheet.

手动导出仍出现同样的问题。怀疑是因为datatable的一个cell里面包含了公式,请问含有公式的datatable不能导出到excel吗?
作者: hanjj    时间: 2010-9-10 15:13
你把贴出代码看看.描述的清楚一点.
作者: sunbn1409    时间: 2010-9-10 16:31
我的代码 如下:

Dim DirPathirPath = "d:\"

DataTable.AddSheet "test"
DataTable.GetSheet("test").AddParameter "test",null
DataTable.GetSheet("test").GetParameter("test").ValueByRow(1) = "=hyperlink("""&DirPath&""")"

DataTable.ExportSheet "d:\test.xls","test"


谢谢回复
作者: sunbn1409    时间: 2010-9-13 09:53
自己顶一下,盼指教
作者: TIB    时间: 2010-9-13 15:21
Excel什么版本?

把数据改成简单点的,例如就一个字母的,再试试看,以便排除公式的问题。试试吧
作者: sunbn1409    时间: 2010-9-13 17:06
标题: 回复 5# 的帖子
Excel 是2003的,改成一般的数据可以,看来只能用别的方式导出公式了。。。。。




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2