·您现在的位置: 云翼网络 >> 文章中心 >> 网站建设 >> 网站建设开发 >> ASP.NET网站开发 >> 转换成CSV文件、Word、Excel、PDF等的方法--读取CSV文件的方法

转换成CSV文件、Word、Excel、PDF等的方法--读取CSV文件的方法

作者:佚名      ASP.NET网站开发编辑:admin      更新时间:2022-07-23

1. 转换成CSV文件:

http://www.dotnetgallery.com/lab/resource93-Export-to-CSV-file-from-Data-Table-in-aspnet.aspx

2. 读取CSV文件:
http://www.dotnetfox.com/articles/parse-or-read-csv-file-using-textfieldparser-in-asp.net-1112.aspx

 

3. 将数据库中的文件 转换成Word Excel CSV Text 等文件

http://www.aspsnippets.com/Articles/Export-DataSet-or-DataTable-to-Word-Excel-PDF-and-CSV-Formats.aspx

http://www.c-sharpcorner.com/Blogs/12486/export-gridview-data-to-excel-word-pdf-text-and-csv-forma.aspx

 

4. 转换成PDF文件  并带有格式

http://www.aspdotnet-suresh.com/2013/05/aspnet-export-webpage-with-images-to.html