随笔分类 - 文档操作
摘要:<%@ WebHandler Language="C#" Class="UploadHandler" %>using System;using System.IO;using System.Web;using System.Data.SqlClient;public class UploadHandler : IHttpHandler { public void ProcessRequest(HttpContext context) { context.Response.ContentType = "text/plain"
阅读全文
摘要:实现步骤: 1、从数据库取出要导出到word上的数据,用C#操作生成一个数据XMl文件,例如:a.xml<?xml version="1.0" encoding="gb2312"?><History> <Customer> <CustomerName>1111 </CustomerName> <CustomerAddress>345345345</CustomerAddress> <CustomerTel>453453453435</CustomerTe
阅读全文
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using org.in2bits.MyXls;using System.Data;using System.Text.RegularExpressions;using System.IO;using NPOI;using NPOI.HPSF;using NPOI.HSSF;using NPOI.HSSF.UserModel;using NPOI.HSSF.Util;using NPOI.POIFS;using NPOI.Util;
阅读全文
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.IO;using NPOI.SS.UserModel;using NPOI.HSSF.UserModel;using System.Data;using System.ComponentModel;using System.Web.Mvc;namespace Util{ public class ExcelHelper { public static class ExportTool...
阅读全文
摘要:原文请看:http://www.codeproject.com/Articles/44395/Conversion-of-PDF-to-EPUB-Format源代码:http://pan.baidu.com/share/link?shareid=2328428490&uk=3289148388
阅读全文
摘要:详情请请看地址:http://www.codeproject.com/Articles/28609/Converting-Image-Files-to-PDF源码下载:http://pan.baidu.com/share/link?shareid=2238730485&uk=3289148388
阅读全文
摘要:详情请看地址:http://www.codeproject.com/Tips/592957/Converting-Document-Word-Excel使用的时候服务器端要安装一套office,版本至少office2007以上,使用该类要引用几个office的dll核心操作类如下: using System;using System.Diagnostics;using Microsoft.Office.Core;using Microsoft.Office.Interop.Word;using PowerPoint = Microsoft.Office.Interop.PowerPoint;.
阅读全文
浙公网安备 33010602011771号