问题描述
在VB.net中有一个二维数组,想把这个数组中的数据导入到Excel中。(用VB.NET生成Excel,并且把数组的数据添加到该Excel中。)
解决方案
解决方案二:
大神们,求助啊很着急,,
解决方案三:
arr'你的二维数组DimFileNameAsString="我的文件"DimMyPathAsString=Folders.GetValue("Desktop").ToString()&""DimMyfilenameAsString=MyPath&FileNameIfFile.Exists(Myfilename&".xls")ThenFile.Delete(Myfilename&".xls")DimXlsAsExcel.Application=NewExcel.ApplicationWithXls.Workbooks.Add().Sheets(1).Cells(1,1).ReSize(UBound(arr,1),UBound(arr,2)).Value=arr.SaveAs(Filename:=Myfilename,FileFormat:=Excel.XlFileFormat.xlExcel8)'xlOpenXMLWorkbook,保存为xlsx工作簿;xlExcel8,保存为2003工作簿.Close()EndWithMessageBox.Show("数据已导出到桌面。"&vbCrLf&"文件名为:"&FileName&".xls","温馨提示",MessageBoxButtons.OK,MessageBoxIcon.Information)
解决方案四:
楼上你应该提醒他一下用那个代码要求安装office,也许还需要引用
时间: 2024-11-10 10:53:05