从数据库导出数据到word、excel、.txt
摘要:
一些关于从数据库导出数据到word、excel、.txt文本文件的代码。
using System;
using System.Data;
using System.Drawing;
using System.Data.SqlClient;
using Excel;
using Word;
using System.IO;
namespace Common
{
///
/// 把数据导入到.doc、.txt、.xls文件中
///
public class Export
{
private const string DATAWORDPATH = @"C:\folder\doc\datadoc\";
private const string IMAGEWORDPATH = @"C:\folder\doc\imagedoc\";
private const string IMAGEPATH = 阅读全文
posted @ 2007-03-09 09:35 hai 阅读(3830) 评论(1) 推荐(1)
浙公网安备 33010602011771号