标签: c#
导出gridview时,如果我的网格包含大图像,则excel中的图像会出现在行外。
答案 0 :(得分:1)
尝试在导出到Excel的代码中保留rawdatamode=true。
rawdatamode=true
是否在xaml wpf?