摘要:
Note: This is an unedited contribution. If this article is inappropriate, needs attention or copies someone else's work without reference then please Report This Article Introduction These are some... 阅读全文
摘要:
利用Office自带的OWC可以实现图表的输出,下面的代码做了下简单的封装。 using System; using System.Data; using System.Text; using System.Drawing; namespace doHope.OWCC { /**//// /// 封装OWC做统计图 /// by cherish58 /// ... 阅读全文
摘要:
从数据库导出数据到word、excel、.txt 以下是我最近写的一些关于从数据库导出数据到word、excel、.txt文本文件的代码 我也是初次写这方面的东西,写的不好还请大家批评指正! using System; using System.Data; using System.Drawing; using System.Data.SqlClient; using Excel; using... 阅读全文